aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/io/Reader.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/io/Reader.java')
-rw-r--r--libjava/java/io/Reader.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/libjava/java/io/Reader.java b/libjava/java/io/Reader.java
index ffa3dbb..be87949 100644
--- a/libjava/java/io/Reader.java
+++ b/libjava/java/io/Reader.java
@@ -1,5 +1,5 @@
/* Reader.java -- base class of classes that read input as a stream of chars
- Copyright (C) 1998, 1999, 2000 Free Software Foundation
+ Copyright (C) 1998, 1999, 2000, 2003 Free Software Foundation
This file is part of GNU Classpath.
@@ -222,7 +222,8 @@ public abstract class Reader
* <p>
* This method always returns <code>false</code> in this class
*
- * @return <code>true</code> if the stream is ready to be read, <code>false</code> otherwise.
+ * @return <code>true</code> if the stream is ready to be read,
+ * <code>false</code> otherwise.
*
* @exception IOException If an error occurs
*/