Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Burns2002-08-05 18:14:16 +0000
committerJared Burns2002-08-05 18:14:16 +0000
commitfe6dcd2945361ddd1cf8014753bf0d04f2a8ea1c (patch)
tree3c351c292e0c5a5b5c483a89c9f31adb64e5ca38 /org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/DebugAction.java
parent19dde7bbedba3a357349ab300ced8148b63fc4af (diff)
downloadeclipse.platform.debug-fe6dcd2945361ddd1cf8014753bf0d04f2a8ea1c.tar.gz
eclipse.platform.debug-fe6dcd2945361ddd1cf8014753bf0d04f2a8ea1c.tar.xz
eclipse.platform.debug-fe6dcd2945361ddd1cf8014753bf0d04f2a8ea1c.zip
*** keyword substitution change ***
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/DebugAction.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/DebugAction.java66
1 files changed, 33 insertions, 33 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/DebugAction.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/DebugAction.java
index b40c1391a..dd8a9c355 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/DebugAction.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/DebugAction.java
@@ -1,34 +1,34 @@
-package org.eclipse.debug.ui.actions;
-
-/*
- * (c) Copyright IBM Corp. 2000, 2001.
- * All Rights Reserved.
- */
-
-import org.eclipse.debug.core.ILaunchManager;
-import org.eclipse.debug.internal.ui.actions.ExecutionAction;
-
-/**
- * Action to launch the last launch configuration that was succuessfully
- * launched, in debug mode. If no configurations have been launched,
- * the launch configuration dialog is opened.
- * <p>
- * This class is not intended to be subclassed. This class may
- * be instantiated.
- * </p>
- * @since 2.0
- */
-public final class DebugAction extends ExecutionAction /*implements IViewActionDelegate*/ {
-
- public DebugAction() {
- //only used as a delegate
- }
-
- /**
- * @see ExecutionAction#getMode()
- */
- protected String getMode() {
- return ILaunchManager.DEBUG_MODE;
- }
-
+package org.eclipse.debug.ui.actions;
+
+/*
+ * (c) Copyright IBM Corp. 2000, 2001.
+ * All Rights Reserved.
+ */
+
+import org.eclipse.debug.core.ILaunchManager;
+import org.eclipse.debug.internal.ui.actions.ExecutionAction;
+
+/**
+ * Action to launch the last launch configuration that was succuessfully
+ * launched, in debug mode. If no configurations have been launched,
+ * the launch configuration dialog is opened.
+ * <p>
+ * This class is not intended to be subclassed. This class may
+ * be instantiated.
+ * </p>
+ * @since 2.0
+ */
+public final class DebugAction extends ExecutionAction /*implements IViewActionDelegate*/ {
+
+ public DebugAction() {
+ //only used as a delegate
+ }
+
+ /**
+ * @see ExecutionAction#getMode()
+ */
+ protected String getMode() {
+ return ILaunchManager.DEBUG_MODE;
+ }
+
} \ No newline at end of file

Back to the top