jdk/src/share/classes/java/io/Reader.java
changeset 14014 da3648e13e67
parent 5506 202f599c92aa
child 14342 8435a30053c1
--- a/jdk/src/share/classes/java/io/Reader.java	Sat Sep 29 15:44:06 2012 +0400
+++ b/jdk/src/share/classes/java/io/Reader.java	Mon Oct 01 15:36:57 2012 +0100
@@ -91,7 +91,7 @@
      *         -1 if this source of characters is at its end
      * @throws IOException if an I/O error occurs
      * @throws NullPointerException if target is null
-     * @throws ReadOnlyBufferException if target is a read only buffer
+     * @throws java.nio.ReadOnlyBufferException if target is a read only buffer
      * @since 1.5
      */
     public int read(java.nio.CharBuffer target) throws IOException {