--- old/src/share/classes/java/nio/channels/Channels.java Fri Aug 21 12:21:45 2009 +++ new/src/share/classes/java/nio/channels/Channels.java Fri Aug 21 12:21:43 2009 @@ -182,7 +182,6 @@ } /** - * {@note new} * Constructs a stream that reads bytes from the given channel. * *

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. * *

The stream will not be buffered. The stream will be safe for access