lttng: fix sonar warnings about redundant modifier in interfaces
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.core / src / org / eclipse / linuxtools / internal / lttng2 / core / control / model / ITraceInfo.java
index 57ea7d828889daa93e3afc6989b2923bcef835e9..a49d3c58e5dc038ca0294a8e5bb6443276a2e997 100644 (file)
@@ -1,5 +1,5 @@
 /**********************************************************************
- * Copyright (c) 2012 Ericsson
+ * Copyright (c) 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
@@ -22,7 +22,7 @@ public interface ITraceInfo {
     /**
      * @return the name of the information element.
      */
-    public String getName();
+    String getName();
 
     /**
      * Sets the name of the information element.
@@ -30,6 +30,6 @@ public interface ITraceInfo {
      * @param name
      *            The name to assign
      */
-    public void setName(String name);
+    void setName(String name);
 
 }
This page took 0.025064 seconds and 5 git commands to generate.