X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lttng%2Forg.eclipse.tracecompass.lttng2.ust.core%2Fsrc%2Forg%2Feclipse%2Ftracecompass%2Flttng2%2Fust%2Fcore%2Fanalysis%2Fdebuginfo%2FUstDebugInfoFunctionAspect.java;h=6c73d0072a88ff990b548e5deb698fa093eb14cb;hb=efcee3247f1178c118ccee302a087c213a2a1381;hp=756a9836254a63855d3db0d33965147058ccd7cc;hpb=5d548ffbcdedb6f5d00b6a4be4e615e2ff29886f;p=deliverable%2Ftracecompass.git diff --git a/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/lttng2/ust/core/analysis/debuginfo/UstDebugInfoFunctionAspect.java b/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/lttng2/ust/core/analysis/debuginfo/UstDebugInfoFunctionAspect.java index 756a983625..6c73d0072a 100644 --- a/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/lttng2/ust/core/analysis/debuginfo/UstDebugInfoFunctionAspect.java +++ b/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/lttng2/ust/core/analysis/debuginfo/UstDebugInfoFunctionAspect.java @@ -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 { +public class UstDebugInfoFunctionAspect implements ITmfEventAspect { /** Singleton instance */ public static final UstDebugInfoFunctionAspect INSTANCE = new UstDebugInfoFunctionAspect();