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 / UstDebugInfoFunctionAspect.java
index 756a9836254a63855d3db0d33965147058ccd7cc..6c73d0072a88ff990b548e5deb698fa093eb14cb 100644 (file)
@@ -21,7 +21,7 @@ import org.eclipse.tracecompass.tmf.core.event.aspect.ITmfEventAspect;
  * @author Alexandre Montplaisir
  * @since 2.0
  */
-public final class UstDebugInfoFunctionAspect implements ITmfEventAspect<FunctionLocation> {
+public class UstDebugInfoFunctionAspect implements ITmfEventAspect<FunctionLocation> {
 
     /** Singleton instance */
     public static final UstDebugInfoFunctionAspect INSTANCE = new UstDebugInfoFunctionAspect();
This page took 0.029932 seconds and 5 git commands to generate.