lttng: fix sonar warnings about redundant modifier in interfaces
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / dialogs / IEnableChannelDialog.java
index d4a072b40cb1506a4e57e14bf4fb238c868cad84..4f873ce88efd60df0e86eb22b06d37743293c5e8 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
@@ -29,24 +29,24 @@ public interface IEnableChannelDialog {
     /**
      * @return the configuration info for the new channel.
      */
-    public IChannelInfo getChannelInfo();
+    IChannelInfo getChannelInfo();
 
     /**
      * Sets the domain component
      * @param domain - the trace domain component
      */
-    public void setDomainComponent(TraceDomainComponent domain);
+    void setDomainComponent(TraceDomainComponent domain);
 
     /**
      * @return true for Kernel domain. False for UST.
      */
-    public boolean isKernel();
+    boolean isKernel();
 
     /**
      * Sets the whether dialog is for Kernel or UST
      * @param isKernel true for kernel domain else UST
      */
-    public void setHasKernel(boolean isKernel);
+    void setHasKernel(boolean isKernel);
 
     // ------------------------------------------------------------------------
     // Operations
This page took 0.030709 seconds and 5 git commands to generate.