ctf: make all parser implementations final classes
[deliverable/tracecompass.git] / ctf / org.eclipse.tracecompass.ctf.core / src / org / eclipse / tracecompass / internal / ctf / core / event / metadata / tsdl / string / StringDeclarationParser.java
index 76a576616bebe5ea7ce7880fa96255677884d476..7e778d0fe6edfddfdcf58a7af3609be4b828df05 100644 (file)
@@ -47,7 +47,7 @@ import org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException;
  * @author Efficios - Javadoc Preable
  *
  */
-public class StringDeclarationParser implements ICommonTreeParser {
+public final class StringDeclarationParser implements ICommonTreeParser {
 
     /**
      * Instance
This page took 0.035815 seconds and 5 git commands to generate.