Rename xxx.lttng to xxx.lttng.core
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.tests / src / org / eclipse / linuxtools / lttng / tests / state / handlers / AbsStateUpdate.java
index aa6c529578c78d2c2d2ef730d8f1101b609cb65d..f7e930fe006108371c26838909449bdb0b4c5d67 100644 (file)
@@ -4,12 +4,13 @@ import org.eclipse.linuxtools.lttng.TraceDebug;
 import org.eclipse.linuxtools.lttng.event.LttngEvent;
 import org.eclipse.linuxtools.lttng.event.LttngEventField;
 import org.eclipse.linuxtools.lttng.state.StateStrings.Fields;
-import org.eclipse.linuxtools.lttng.state.evProcessor.IEventProcessing;
+import org.eclipse.linuxtools.lttng.state.evProcessor.ILttngEventProcessor;
 import org.eclipse.linuxtools.lttng.state.model.LttngExecutionState;
 import org.eclipse.linuxtools.lttng.state.model.LttngTraceState;
 import org.eclipse.linuxtools.tmf.event.TmfEventField;
 
-public abstract class AbsStateUpdate implements IEventProcessing {
+@SuppressWarnings("nls")
+public abstract class AbsStateUpdate implements ILttngEventProcessor {
 
        // ========================================================================
        // Data
This page took 0.023984 seconds and 5 git commands to generate.