Revert "ctf.core: making some classes final"
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Mon, 13 Jun 2016 20:41:15 +0000 (16:41 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Thu, 16 Jun 2016 04:57:57 +0000 (00:57 -0400)
This reverts commit 266c4d511bd4c26ca6e5063b53715d9c9ecea674.

Change-Id: I21b23499a79084100256591ba59c8af14de06a2e
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/75196
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/event/types/EnumDeclaration.java
ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/event/types/StringDeclaration.java

index 5fe01bbfb01b670de563839735b6196cc2123354..30155e142f356d37b53c5e5bbc6dea1e2eb76491 100644 (file)
@@ -44,7 +44,7 @@ public final class EnumDeclaration extends Declaration implements ISimpleDatatyp
      *
      * @since 1.1
      */
-    public static final class Pair {
+    public static class Pair {
         private final long fFirst;
         private final long fSecond;
 
index f94b9083dfb445d22db378fa91fae28c867585ef..4e6afd0bbab2ca25901389ed7024e4366a9f59ed 100644 (file)
@@ -30,7 +30,7 @@ import org.eclipse.tracecompass.ctf.core.event.scope.IDefinitionScope;
  * @author Simon Marchi
  */
 @NonNullByDefault
-public final class StringDeclaration extends Declaration {
+public class StringDeclaration extends Declaration {
 
     private static final StringDeclaration STRING_DEC_UTF8 = new StringDeclaration(Encoding.UTF8);
     private static final StringDeclaration STRING_DEC_ASCII = new StringDeclaration(Encoding.ASCII);
This page took 0.026005 seconds and 5 git commands to generate.