From be06f47bc163661477f50bf46e103314f1c24498 Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Tue, 16 Nov 2004 11:30:14 +0000 Subject: BufferedReader.java, [...]: Fixed javadocs all over. 2004-11-16 Michael Koch * java/io/BufferedReader.java, java/io/FileInputStream.java, java/io/FileOutputStream.java, java/io/FileWriter.java, java/io/OutputStreamWriter.java, java/io/PipedInputStream.java, java/io/PipedOutputStream.java, java/io/PipedReader.java, java/io/PipedWriter.java, java/io/PrintStream.java, java/io/PushbackInputStream.java, java/io/RandomAccessFile.java, java/io/Reader.java, java/io/StreamTokenizer.java, java/io/StringReader.java, java/net/NetworkInterface.java, java/net/URLClassLoader.java, java/nio/ByteOrder.java, java/nio/channels/Channel.java: Fixed javadocs all over. From-SVN: r90727 --- libjava/java/io/Reader.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libjava/java/io/Reader.java') diff --git a/libjava/java/io/Reader.java b/libjava/java/io/Reader.java index be87949..18481ac 100644 --- a/libjava/java/io/Reader.java +++ b/libjava/java/io/Reader.java @@ -103,7 +103,7 @@ public abstract class Reader * * @param buf The array into which the chars read should be stored * @param offset The offset into the array to start storing chars - * @param len The requested number of chars to read + * @param count The requested number of chars to read * * @return The actual number of chars read, or -1 if end of stream. * @@ -189,7 +189,7 @@ public abstract class Reader * reset() method is called, then the mark is invalid and the * stream object instance is not required to remember the mark. * - * @param readlimit The number of chars that can be read before the mark + * @param readLimit The number of chars that can be read before the mark * becomes invalid * * @exception IOException If an error occurs such as mark not being @@ -243,7 +243,7 @@ public abstract class Reader * override this method to provide a more efficient implementation where * one exists. * - * @param num_chars The requested number of chars to skip + * @param count The requested number of chars to skip * * @return The actual number of chars skipped. * -- cgit v1.1