2010-10-26 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug309042
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng / src / org / eclipse / linuxtools / lttng / trace / LTTngTextTrace.java
index 751a967da23e3af4e9eeae4723375e0249ce3d6b..7d1de2a5c00f7ce728e1aedd022e53fb7dc86127 100644 (file)
@@ -109,6 +109,7 @@ public class LTTngTextTrace extends TmfTrace<LttngEvent> implements ITmfTrace {
        fCheckpoints = oldTrace.fCheckpoints;
     }
     
+       @Override
        public LTTngTextTrace createTraceCopy() {
                
                LTTngTextTrace returnedTrace = null;
This page took 0.023856 seconds and 5 git commands to generate.