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 / IFieldInfo.java
index e76670aa3c1a8542eeaebd2b6e9cac54c6953545..a889e6aa8fc4626ba7cc54e6ce765cb5f7ae03c0 100644 (file)
@@ -23,12 +23,12 @@ public interface IFieldInfo extends ITraceInfo {
     /**
      * @return the event field type
      */
-    public String getFieldType();
+    String getFieldType();
 
     /**
      * Sets field type string
      *
      * @param fieldType - sting of event field type
      */
-    public void setFieldType(String fieldType);
+    void setFieldType(String fieldType);
 }
This page took 0.023965 seconds and 5 git commands to generate.