Fix for bug 382684 (connection re-use)
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / handlers / StopHandler.java
index 792014779d5fd6adb672c5897464314306756193..8db9d33890d25554d0e32709893d8b6e361d5b89 100644 (file)
@@ -13,14 +13,15 @@ package org.eclipse.linuxtools.internal.lttng2.ui.views.control.handlers;
 
 import org.eclipse.core.commands.ExecutionException;
 import org.eclipse.core.runtime.IProgressMonitor;
-import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.TraceSessionState;
+import org.eclipse.linuxtools.internal.lttng2.core.control.model.TraceSessionState;
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceSessionComponent;
 
 /**
- * <b><u>StopHandler</u></b>
  * <p>
  * Command handler implementation to stop one or more trace sessions.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class StopHandler extends ChangeSessionStateHandler {
 
This page took 0.02436 seconds and 5 git commands to generate.