diff options
-rw-r--r-- | org.eclipse.debug.core/core/org/eclipse/debug/core/Launch.java | 1 |
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
|