Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2001-06-01 14:17:39 +0000
committerDarin Wright2001-06-01 14:17:39 +0000
commit0273d19b5155b2ec5b59fc47b69392750a7bcfef (patch)
tree6965db7fc0dc4ec8079cb057ebfb90c4e8c08d04 /org.eclipse.debug.core
parent488b84636b9ba44d6e516e8da2712635426bd491 (diff)
downloadeclipse.platform.debug-0273d19b5155b2ec5b59fc47b69392750a7bcfef.tar.gz
eclipse.platform.debug-0273d19b5155b2ec5b59fc47b69392750a7bcfef.tar.xz
eclipse.platform.debug-0273d19b5155b2ec5b59fc47b69392750a7bcfef.zip
javadoc update
Diffstat (limited to 'org.eclipse.debug.core')
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/core/Launch.java1
1 files changed, 1 insertions, 0 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 46bd59b0c..a2539668e 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
@@ -79,6 +79,7 @@ public class Launch extends PlatformObject implements ILaunch {
*
* @param launcher the launcher that created this launch
* @param mode the mode of this launch - run or debug
+ * @param launchedElement the element that was launched
* @param locator the source locator to use for this debug session, or
* <code>null</code> if not supported
* @param processes the processes created by this launch, empty

Back to the top