Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2002-04-02 03:17:31 +0000
committerDarin Wright2002-04-02 03:17:31 +0000
commit147bcca16bac7edb7a0b2381105391c83642ef0f (patch)
tree2b2818e586196d6a069a374a378e42d0b2364d99 /org.eclipse.debug.core/core
parentd2a8dc66eb2ec93738f1d75f0d6c958bc2527b88 (diff)
downloadeclipse.platform.debug-147bcca16bac7edb7a0b2381105391c83642ef0f.tar.gz
eclipse.platform.debug-147bcca16bac7edb7a0b2381105391c83642ef0f.tar.xz
eclipse.platform.debug-147bcca16bac7edb7a0b2381105391c83642ef0f.zip
API review
Diffstat (limited to 'org.eclipse.debug.core/core')
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/core/Launch.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/Launch.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/Launch.java
index bd13fa067..70ad711d8 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/Launch.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/Launch.java
@@ -113,8 +113,7 @@ public class Launch extends PlatformObject implements ILaunch {
}
/**
- * Constructs a launch with the specified attributes. A launch must
- * have at least one of a process or debug target.
+ * Constructs a launch with the specified attributes.
*
* @param launchConfiguration the configuration that was launched
* @param mode the mode of this launch - run or debug (constants

Back to the top