--- old/src/java.base/share/classes/java/nio/channels/package-info.java 2017-05-30 14:27:20.924331684 -0700 +++ new/src/java.base/share/classes/java/nio/channels/package-info.java 2017-05-30 14:27:20.788325726 -0700 @@ -28,7 +28,7 @@ * performing I/O operations, such as files and sockets; defines selectors, for * multiplexed, non-blocking I/O operations. * - * + * * *
* @@ -136,7 +136,7 @@ * file channel connected to the same underlying file as the {@link java.io} * class. * - * + * *
ChannelsDescription
* * @@ -222,7 +222,7 @@ * directly; custom channel classes should extend the appropriate {@link * java.nio.channels.SelectableChannel} subclasses defined in this package. * - * + * * *
Multiplexed, non-blocking I/O

Description

{@link java.nio.channels.SelectableChannel}
*
Asynchronous I/ODescription