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 / IConfirmDialog.java
index c8e560e2f96d39593b5366b707c08f11cb0e6945..8942e9c2df313e37ddd4e2d09ac2a8f21928e167 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,6 +33,6 @@ public interface IConfirmDialog {
      *            The message in the dialog window
      * @return If the user clicked OK (true) or Cancel (false)
      */
-    public boolean openConfirm(Shell parent, String title, String message);
+    boolean openConfirm(Shell parent, String title, String message);
 
 }
This page took 0.024397 seconds and 5 git commands to generate.