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 / IEnableEventsDialog.java
index 2ca0b65e3f23335ae9805a6d4216ece027225b4b..0f7cd6e745a7b13627b33a72dcfdf4862c2fce83 100644 (file)
@@ -1,12 +1,12 @@
 /**********************************************************************
- * 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
  * accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors: 
+ *
+ * Contributors:
  *   Bernd Hufmann - Initial API and implementation
  **********************************************************************/
 package org.eclipse.linuxtools.internal.lttng2.ui.views.control.dialogs;
@@ -18,7 +18,7 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceP
  * <p>
  * Interface for providing information about Kernel or UST events to be enabled.
  * </p>
- * 
+ *
  * @author Bernd Hufmann
  */
 public interface IEnableEventsDialog extends IEnableKernelEvents, IEnableUstEvents {
@@ -29,19 +29,19 @@ public interface IEnableEventsDialog extends IEnableKernelEvents, IEnableUstEven
     /**
      * @return the session the events shall be enabled.
      */
-    public boolean isKernel();
-    
+    boolean isKernel();
+
     /**
      * Sets the trace provider group.
      * @param providerGroup -  a trace provider group
      */
-    public void setTraceProviderGroup(TraceProviderGroup providerGroup);
-    
+    void setTraceProviderGroup(TraceProviderGroup providerGroup);
+
     /**
      * Sets the trace domain component.
      * @param domain - a domain of the events (null if not known)
      */
-    public void setTraceDomainComponent(TraceDomainComponent domain);
+    void setTraceDomainComponent(TraceDomainComponent domain);
 
     // ------------------------------------------------------------------------
     // Operations
This page took 0.025621 seconds and 5 git commands to generate.