tmf: fix sonar warnings about redundant modifier in interfaces
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / viewers / statistics / model / ITmfColumnDataProvider.java
index a63bd2b5460c06a970d83c83e296b24732fd9ec1..5b0b3273b500605cd0837d349ad39e8e12d1d29c 100755 (executable)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * 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
@@ -30,5 +30,5 @@ public interface ITmfColumnDataProvider {
      *
      * @return columns list
      */
-    public List<TmfBaseColumnData> getColumnData();
+    List<TmfBaseColumnData> getColumnData();
 }
\ No newline at end of file
This page took 0.029044 seconds and 5 git commands to generate.