Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2001-08-16 16:35:18 +0000
committerDarin Wright2001-08-16 16:35:18 +0000
commit43f6304ae7340f582273d40e7acf92448ac25397 (patch)
treea7976cddc08ff27d36f7f29dfd8f8e93d8df9030
parent3f9d0f07d75b97a0438a4cdb2e87bef165fdea0a (diff)
downloadeclipse.platform.debug-43f6304ae7340f582273d40e7acf92448ac25397.tar.gz
eclipse.platform.debug-43f6304ae7340f582273d40e7acf92448ac25397.tar.xz
eclipse.platform.debug-43f6304ae7340f582273d40e7acf92448ac25397.zip
*** empty log message ***
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/core/model/ILauncherDelegate.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/ILauncherDelegate.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/ILauncherDelegate.java
index e103772f3..5b6a6e063 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/ILauncherDelegate.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/ILauncherDelegate.java
@@ -121,7 +121,8 @@ public interface ILauncherDelegate {
/**
* Returns the object represented by the given memento, or <code>null</code>
- * if unable to re-create an element from the given memento.
+ * if unable to re-create an element from the given memento, or if
+ * the given object no longer exists.
*
* @param memento a memento created by this delegate
* @return the object represented by the memento, or <code>null</code>

Back to the top