ctf.core: making some classes final
[deliverable/tracecompass.git] / ctf / org.eclipse.tracecompass.ctf.core / src / org / eclipse / tracecompass / ctf / core / event / types / EnumDeclaration.java
index 30155e142f356d37b53c5e5bbc6dea1e2eb76491..5fe01bbfb01b670de563839735b6196cc2123354 100644 (file)
@@ -44,7 +44,7 @@ public final class EnumDeclaration extends Declaration implements ISimpleDatatyp
      *
      * @since 1.1
      */
-    public static class Pair {
+    public static final class Pair {
         private final long fFirst;
         private final long fSecond;
 
This page took 0.03823 seconds and 5 git commands to generate.