tmf/lttng: Remove unneeded (non-Javadoc) comments
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui.tests / stubs / org / eclipse / linuxtools / internal / lttng2 / stubs / dialogs / EnableChannelDialogStub.java
index 4ff146275a15bbb33dc0df817e135491cb6c3fbc..cc8b34c0324c2a1d3d186978f77a031deb5ee9a4 100644 (file)
@@ -1,5 +1,5 @@
 /**********************************************************************
- * Copyright (c) 2012 Ericsson
+ * Copyright (c) 2012, 2013 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -33,7 +33,7 @@ public class EnableChannelDialogStub implements IEnableChannelDialog {
     // Constructor
     // ------------------------------------------------------------------------
     public EnableChannelDialogStub() {
-        fChannelInfo = new ChannelInfo("mychannel"); //$NON-NLS-1$
+        fChannelInfo = new ChannelInfo("mychannel");
         fChannelInfo.setNumberOfSubBuffers(4);
         fChannelInfo.setOverwriteMode(true);
         fChannelInfo.setReadTimer(200);
This page took 0.024201 seconds and 5 git commands to generate.