lttng: fix sonar warnings about redundant modifier in interfaces
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / dialogs / IImportDialog.java
index 0a18907c3634308375c11b839e0ce64900b24223..a642d9661d4d5de1d9aa64bf11c30e40a5684e0d 100644 (file)
@@ -1,5 +1,5 @@
 /**********************************************************************
- * Copyright (c) 2012 Ericsson
+ * Copyright (c) 2012, 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
@@ -31,18 +31,18 @@ public interface IImportDialog {
     /**
      * @return a list of trace paths to import.
      */
-    public List<ImportFileInfo> getTracePathes();
+    List<ImportFileInfo> getTracePathes();
 
     /**
      * @return the project to import the traces to
      */
-    public IProject getProject();
+    IProject getProject();
 
     /**
      * Sets the session containing the traces to import
      * @param session The trace session
      */
-    public void setSession(TraceSessionComponent session);
+    void setSession(TraceSessionComponent session);
 
     // ------------------------------------------------------------------------
     // Operations
This page took 0.026044 seconds and 5 git commands to generate.