diff options
Diffstat (limited to 'libjava/java/io/PipedInputStream.java')
-rw-r--r-- | libjava/java/io/PipedInputStream.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/io/PipedInputStream.java b/libjava/java/io/PipedInputStream.java index bf7730a..91fca67 100644 --- a/libjava/java/io/PipedInputStream.java +++ b/libjava/java/io/PipedInputStream.java @@ -277,7 +277,7 @@ public class PipedInputStream extends InputStream * @param offset The index into the buffer at which to start writing. * @param len The maximum number of bytes to read. * - * @exception IOException If <code>close()/code> was called on this Piped + * @exception IOException If <code>close()</code> was called on this Piped * InputStream. */ public synchronized int read(byte[] buf, int offset, int len) |