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 / IAddContextDialog.java
index 5d1ef584fcde8116b56a13405496259fb0c3e20c..5711d7dae9ad5c9d7909bed37e2435c7ba8f9167 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;
@@ -17,7 +17,7 @@ import java.util.List;
  * <p>
  * Interface for providing information about contexts to be added to channels/events.
  * </p>
- * 
+ *
  * @author Bernd Hufmann
  */
 public interface IAddContextDialog {
@@ -30,12 +30,12 @@ public interface IAddContextDialog {
      * Sets the available contexts to choose from.
      * @param contexts - a list of available contexts.
      */
-    public void setAvalibleContexts(List<String> contexts);
-    
+    void setAvalibleContexts(List<String> contexts);
+
     /**
      * @return array of contexts to be added
      */
-    public List<String> getContexts();
+    List<String> getContexts();
 
     // ------------------------------------------------------------------------
     // Operations
This page took 0.023942 seconds and 5 git commands to generate.