From 0e2e89fd2e117555f71be7a28e41f5f7663c3395 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Sat, 6 Jan 2001 23:28:40 +0000 Subject: Fix comments for doclets From-SVN: r38754 --- libjava/java/io/PipedInputStream.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/java/io/PipedInputStream.java') diff --git a/libjava/java/io/PipedInputStream.java b/libjava/java/io/PipedInputStream.java index f8de8b0..328a1c0 100644 --- a/libjava/java/io/PipedInputStream.java +++ b/libjava/java/io/PipedInputStream.java @@ -209,7 +209,7 @@ public class PipedInputStream extends InputStream /** * This method reads bytes from the stream into a caller supplied buffer. * It starts storing bytes at position offset into the buffer and - * reads a maximum of >len bytes. Note that this method can actually + * reads a maximum of len bytes. Note that this method can actually * read fewer than len bytes. The actual number of bytes read is * returned. A -1 is returned to indicated that no bytes can be read * because the end of the stream was reached. If the stream is already @@ -240,7 +240,7 @@ public class PipedInputStream extends InputStream /** * This method reads bytes from the stream into a caller supplied buffer. * It starts storing bytes at position offset into the buffer and - * reads a maximum of >len bytes. Note that this method can actually + * reads a maximum of len bytes. Note that this method can actually * read fewer than len bytes. The actual number of bytes read is * returned. A -1 is returned to indicated that no bytes can be read * because the end of the stream was reached - ie close() was called on the -- cgit v1.1