tmf: Store the ID in the state system itself
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / internal / tmf / core / statesystem / backends / partial / PartialStateSystem.java
index 1684a83834039d84409246170fd6a17479821cc3..ee185cef08f6752324d6016b70fcb445e217714a 100644 (file)
@@ -53,7 +53,7 @@ public class PartialStateSystem extends StateSystem {
          * We use a Null back end here : we only use this state system for its
          * "ongoing" values, so no need to save the changes that are inserted.
          */
-        super(new NullBackend());
+        super("partial", new NullBackend()); //$NON-NLS-1$
     }
 
     /**
This page took 0.024965 seconds and 5 git commands to generate.