From f4b2bb81e0a1d1b275ba7031bf6bc1ad4a059a4c Mon Sep 17 00:00:00 2001 From: jszursze Date: Wed, 12 Jun 2002 20:44:21 +0000 Subject: cleanup JavaDoc --- .../core/org/eclipse/debug/core/model/IProcess.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IProcess.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IProcess.java index d49815cae..ed623bd4a 100644 --- a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IProcess.java +++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IProcess.java @@ -16,7 +16,9 @@ import org.eclipse.debug.core.ILaunch; * important to them. For example, classpath annotations, or command * line arguments used to launch the process may be important to a client. *

- * Clients may implement this interface. + * Clients may implement this interface, however, the debug plug-in + * provides an implementation of this interface for a + * java.lang.Process. *

* @see org.eclipse.debug.core.DebugPlugin#newProcess(ILaunch, Process, String) */ -- cgit v1.2.3