Partial fix for bug345440 - More warning fixes
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.core / src / org / eclipse / linuxtools / lttng / core / event / LttngEvent.java
index 96c8b0be554250d90d0e438d9670fd72f786b806..8bfadfc71bf9f9c4493f611da2b554c48cc4a26e 100644 (file)
@@ -128,6 +128,7 @@ public class LttngEvent extends TmfEvent {
         fContent = newContent;
     }
 
+    @Override
     public void setReference(String reference) {
         fReference = reference;
     }
This page took 0.027232 seconds and 5 git commands to generate.