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 / ClockParser.java
index 8b4ff61977aa072355213ff0741b4e4f0bc3d2ae..4a7dce9b2780c707bd3079b3e758d0843807b47c 100644 (file)
@@ -104,7 +104,7 @@ stream {
  * @author Efficios (documentation)
  *
  */
-public class ClockParser implements ICommonTreeParser {
+public final class ClockParser implements ICommonTreeParser {
 
     /**
      * Instance
This page took 0.026268 seconds and 5 git commands to generate.