Add support for UST-only nodes in Control View (Bug 388477)
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui.tests / stubs / org / eclipse / linuxtools / internal / lttng2 / stubs / dialogs / EnableChannelDialogStub.java
index 7092eac29402ea8d0916aaf30582042817d7e638..4ff146275a15bbb33dc0df817e135491cb6c3fbc 100644 (file)
@@ -71,6 +71,11 @@ public class EnableChannelDialogStub implements IEnableChannelDialog {
         return fIsKernel;
     }
 
+    @Override
+    public void setHasKernel(boolean hasKernel) {
+        // Do nothing
+    }
+
     public void setChannelInfo(ChannelInfo info) {
         fChannelInfo = info;
     }
This page took 0.0244 seconds and 5 git commands to generate.