ust.core: making some classes final
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.ust.core / src / org / eclipse / tracecompass / lttng2 / ust / core / trace / LttngUstEventFactory.java
index bfc658016ef05603cdb0218e5c2d195a739b765f..43454a4656fb766b5dace63faaa093583853acf5 100644 (file)
@@ -27,7 +27,7 @@ import org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace;
  * @author Alexandre Montplaisir
  * @since 2.0
  */
-public class LttngUstEventFactory extends CtfTmfEventFactory {
+public final class LttngUstEventFactory extends CtfTmfEventFactory {
 
     private static final @NonNull LttngUstEventFactory INSTANCE = new LttngUstEventFactory();
 
This page took 0.026565 seconds and 5 git commands to generate.