tmf: fix sonar warnings about redundant modifier in interfaces
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / histogram / IHistogramModelListener.java
index 658b7bbb600c6e3e66175d37000e2b825b5a49fd..24305e569204c37da72ec641a44a2c975283a7d4 100644 (file)
@@ -1,11 +1,11 @@
 /*******************************************************************************
- * Copyright (c) 2011, 2012 Ericsson
- * 
+ * Copyright (c) 2011, 2013 Ericsson
+ *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
  * accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
- * 
+ *
  * Contributors:
  *   Bernd Hufmann - Initial API and implementation
  *   Francois Chouinard - Moved from LTTng to TMF
@@ -15,13 +15,13 @@ package org.eclipse.linuxtools.tmf.ui.views.histogram;
 
 /**
  * Listener interface for receiving histogram data model notifications.
- * 
+ *
  * @version 1.0
  * @author Bernd Hufmann
  */
 public interface IHistogramModelListener {
     /**
-     * Method to implement to receive notification about model updates. 
+     * Method to implement to receive notification about model updates.
      */
-    public void modelUpdated();
+    void modelUpdated();
 }
This page took 0.025872 seconds and 5 git commands to generate.