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%2FUstDebugInfoBinaryAspect.java;fp=lttng%2Forg.eclipse.tracecompass.lttng2.ust.core%2Fsrc%2Forg%2Feclipse%2Ftracecompass%2Flttng2%2Fust%2Fcore%2Fanalysis%2Fdebuginfo%2FUstDebugInfoBinaryAspect.java;h=00f8aedb2f33313614d08a9c064489c7b6deba77;hb=ac52feb8c7e7dbc3caa69207c1df59b841a7012d;hp=17e26ea3dc93a57fab9b10b36219a228284ccb43;hpb=5b973e7c65f168e79139fdc0045dda56ff71f650;p=deliverable%2Ftracecompass.git diff --git a/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/lttng2/ust/core/analysis/debuginfo/UstDebugInfoBinaryAspect.java b/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/lttng2/ust/core/analysis/debuginfo/UstDebugInfoBinaryAspect.java index 17e26ea3dc..00f8aedb2f 100644 --- a/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/lttng2/ust/core/analysis/debuginfo/UstDebugInfoBinaryAspect.java +++ b/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/lttng2/ust/core/analysis/debuginfo/UstDebugInfoBinaryAspect.java @@ -30,7 +30,7 @@ import org.eclipse.tracecompass.tmf.core.trace.TmfTraceUtils; * @author Alexandre Montplaisir * @since 2.0 */ -public class UstDebugInfoBinaryAspect implements ITmfEventAspect { +public final class UstDebugInfoBinaryAspect implements ITmfEventAspect { /** Singleton instance */ public static final UstDebugInfoBinaryAspect INSTANCE = new UstDebugInfoBinaryAspect();