tmf: Fix some Sonar warnings in the state system code
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / statesystem / ITmfStateProvider.java
index 0d49fa2285750e12d766a4ae70d4888a18771b7f..75342a6edae628bd27e5718b42e5e743054a6d34 100644 (file)
@@ -33,7 +33,7 @@ public interface ITmfStateProvider {
      * don't match.
      * @since 2.0
      */
-    public final static int IGNORE_PROVIDER_VERSION = -42;
+    static final int IGNORE_PROVIDER_VERSION = -42;
 
     /**
      * Event handler plugins should provide a version number. This is used to
This page took 0.026687 seconds and 5 git commands to generate.