X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=org.eclipse.linuxtools.lttng2.ui.tests%2Fstubs%2Forg%2Feclipse%2Flinuxtools%2Finternal%2Flttng2%2Fstubs%2Fshells%2FTestCommandShell.java;h=82537cc8cda40a47b3d4ba25167b157584757c34;hb=45cbd8dc8db7753379420a93602904f62771396e;hp=0aa5c1f6d4823c0c856459b5d1ddeec61584825f;hpb=cfdb727a40c37882fd8c1ae8e4ad35c8020701c5;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.lttng2.ui.tests/stubs/org/eclipse/linuxtools/internal/lttng2/stubs/shells/TestCommandShell.java b/org.eclipse.linuxtools.lttng2.ui.tests/stubs/org/eclipse/linuxtools/internal/lttng2/stubs/shells/TestCommandShell.java index 0aa5c1f6d4..82537cc8cd 100644 --- a/org.eclipse.linuxtools.lttng2.ui.tests/stubs/org/eclipse/linuxtools/internal/lttng2/stubs/shells/TestCommandShell.java +++ b/org.eclipse.linuxtools.lttng2.ui.tests/stubs/org/eclipse/linuxtools/internal/lttng2/stubs/shells/TestCommandShell.java @@ -22,6 +22,7 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.remote.ICommandSh */ public class TestCommandShell implements ICommandShell { + /** If the shell is connected */ protected boolean fIsConnected = false; @Override