Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.core/core/org/eclipse/debug/core/model/IStreamsProxy.java')
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/core/model/IStreamsProxy.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IStreamsProxy.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IStreamsProxy.java
index c43acae4d..01c9741d8 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IStreamsProxy.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IStreamsProxy.java
@@ -42,6 +42,7 @@ public interface IStreamsProxy {
* Writes the given text to the output stream connected to the
* standard input stream of this proxy's process.
*
+ * @param input the text to be written
* @exception IOException when an error occurs writing to the
* underlying <code>OutputStream</code>.
*

Back to the top