diff -r c0b32e884b70 -r 68f1bc4eadd4 jdk/src/share/classes/java/nio/channels/SelectableChannel.java --- a/jdk/src/share/classes/java/nio/channels/SelectableChannel.java Tue Jun 11 15:39:20 2013 -0700 +++ b/jdk/src/share/classes/java/nio/channels/SelectableChannel.java Wed Jun 12 08:04:11 2013 +0100 @@ -111,7 +111,7 @@ * identifying this channel's supported operations. The bits that are set * in this integer value denote exactly the operations that are valid for * this channel. This method always returns the same value for a given - * concrete channel class.

+ * concrete channel class. * * @return The valid-operation set */ @@ -140,7 +140,7 @@ /** * Retrieves the key representing the channel's registration with the given - * selector.

+ * selector. * * @return The key returned when this channel was last registered with the * given selector, or null if this channel is not @@ -333,7 +333,6 @@ * configureBlocking} and {@link #register register} methods synchronize. * This is often useful in the implementation of adaptors that require a * specific blocking mode to be maintained for a short period of time. - *

* * @return The blocking-mode lock object */