ctf: fix Modifier order to always be static final
[deliverable/tracecompass.git] / ctf / org.eclipse.tracecompass.ctf.core / src / org / eclipse / tracecompass / internal / ctf / core / event / metadata / tsdl / TypedefParser.java
index 6385eb50b0733939747dad87bcb1bc4c0d04942e..7c0cca0269c09af8cf42b51541e9758f90d74db8 100644 (file)
@@ -58,7 +58,7 @@ public final class TypedefParser extends AbstractScopedCommonTreeParser {
     /**
      * The instance
      */
-    public final static TypedefParser INSTANCE = new TypedefParser();
+    public static final TypedefParser INSTANCE = new TypedefParser();
 
     private TypedefParser() {
     }
This page took 0.034312 seconds and 5 git commands to generate.