jdk/src/share/classes/java/nio/channels/Channels.java
changeset 3631 4dc04372d56b
parent 2057 3acf8e5e2ca0
child 5506 202f599c92aa
--- a/jdk/src/share/classes/java/nio/channels/Channels.java	Thu Aug 20 08:48:29 2009 +0100
+++ b/jdk/src/share/classes/java/nio/channels/Channels.java	Sat Aug 22 17:40:18 2009 +0100
@@ -182,7 +182,6 @@
     }
 
     /**
-     * {@note new}
      * Constructs a stream that reads bytes from the given channel.
      *
      * <p> The stream will not be buffered, and it will not support the {@link
@@ -258,7 +257,6 @@
     }
 
     /**
-     * {@note new}
      * Constructs a stream that writes bytes to the given channel.
      *
      * <p> The stream will not be buffered. The stream will be safe for access