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 / integer / ClockMapParser.java
index 87d3fea326078a3d68db2529aef35fb54ffbbc60..ef385e735c24bf4842ba129481c7a4f8b1e48f35 100644 (file)
@@ -19,7 +19,7 @@ import org.eclipse.tracecompass.internal.ctf.core.event.metadata.ICommonTreePars
  * @author Matthew Khouzam
  *
  */
-public class ClockMapParser implements ICommonTreeParser {
+public final class ClockMapParser implements ICommonTreeParser {
 
     private static final @NonNull String EMPTY_STRING = ""; //$NON-NLS-1$
 
This page took 0.026204 seconds and 5 git commands to generate.