Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2003-08-25 17:36:15 +0000
committerDarin Wright2003-08-25 17:36:15 +0000
commitc2f8b1e94856bde9d24bf9373cb8a10a55d730e6 (patch)
treedb013fdabf86bbd97253375c860fbde67b766f89 /org.eclipse.debug.ui/ui/org/eclipse/debug/ui/DebugUITools.java
parent5599489e1cd724b0943258a67f67259a7a5add85 (diff)
downloadeclipse.platform.debug-c2f8b1e94856bde9d24bf9373cb8a10a55d730e6.tar.gz
eclipse.platform.debug-c2f8b1e94856bde9d24bf9373cb8a10a55d730e6.tar.xz
eclipse.platform.debug-c2f8b1e94856bde9d24bf9373cb8a10a55d730e6.zip
since tag should not change
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/ui/DebugUITools.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/DebugUITools.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/DebugUITools.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/DebugUITools.java
index ed5631c2f..67f4dd018 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/DebugUITools.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/DebugUITools.java
@@ -487,7 +487,7 @@ public class DebugUITools {
*
* @param configuration the configuration to launch
* @param mode launch mode - run or debug
- * @since 3.0
+ * @since 2.1
*/
public static void launch(ILaunchConfiguration configuration, String mode) {
if (DebugUIPlugin.preLaunchSave()) {

Back to the top