Revert "ust.core: making some classes final"
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.ust.core / src / org / eclipse / tracecompass / lttng2 / ust / core / analysis / debuginfo / UstDebugInfoBinaryAspect.java
index 3cb29f28512a3f6f3b0bb52c3f21bdafdff7c628..8457b99af817a040c0a433c96558d5d94b3b70d4 100644 (file)
@@ -30,7 +30,7 @@ import org.eclipse.tracecompass.tmf.core.trace.TmfTraceUtils;
  * @author Alexandre Montplaisir
  * @since 2.0
  */
-public final class UstDebugInfoBinaryAspect implements ITmfEventAspect<BinaryCallsite> {
+public class UstDebugInfoBinaryAspect implements ITmfEventAspect<BinaryCallsite> {
 
     /** Singleton instance */
     public static final UstDebugInfoBinaryAspect INSTANCE = new UstDebugInfoBinaryAspect();
This page took 0.024369 seconds and 5 git commands to generate.