lttng: Fix virtual machine experiment name
[deliverable/tracecompass.git] / org.eclipse.tracecompass.lttng2.kernel.core / src / org / eclipse / tracecompass / internal / lttng2 / kernel / core / analysis / vm / trace / VirtualMachineExperiment.java
index 27afe204d7123e00a6ad7028a6ea5767b4ca69ac..4eef98ceafafb2af5c223a75b714a39b64e840d4 100644 (file)
@@ -8,6 +8,7 @@
  *
  * Contributors:
  *   Mohamad Gebai - Initial API and implementation
+ *   Patrick Tasse - Fix experiment name
  *******************************************************************************/
 
 package org.eclipse.tracecompass.internal.lttng2.kernel.core.analysis.vm.trace;
@@ -33,7 +34,7 @@ public class VirtualMachineExperiment extends TmfExperiment {
      * Default constructor. Needed by the extension point.
      */
     public VirtualMachineExperiment() {
-        this("default", checkNotNull(Collections.EMPTY_SET)); //$NON-NLS-1$
+        this("", checkNotNull(Collections.EMPTY_SET)); //$NON-NLS-1$
     }
 
     /**
This page took 0.024997 seconds and 5 git commands to generate.