Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/importexport/breakpoints/ImportBreakpoints.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/importexport/breakpoints/ImportBreakpoints.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/importexport/breakpoints/ImportBreakpoints.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/importexport/breakpoints/ImportBreakpoints.java
index 5da660fd1..a2e1c0e9d 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/importexport/breakpoints/ImportBreakpoints.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/importexport/breakpoints/ImportBreakpoints.java
@@ -21,21 +21,21 @@ import org.eclipse.swt.widgets.Event;
/**
* This class provides the aciton event for both the context menu in breakpoints view
- * and the drop down menu in the breakpoints view.
+ * and the drop down menu in the breakpoints view.
* <p>
* The action simply calls the wizard to import breakpoints.
* </p>
- *
+ *
* @see WizardImportBreakpoints
* @see WizardImportBreakpointsPage
- *
+ *
* @since 3.2
*/
public class ImportBreakpoints extends AbstractDebugActionDelegate {
-
+
/**
* Opens import wizard
- *
+ *
* @param action IAction the action
*/
@Override

Back to the top