jdk/src/share/classes/java/nio/channels/SelectableChannel.java
changeset 18164 68f1bc4eadd4
parent 18156 edb590d448c5
child 18574 4aeaeb541678
--- 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. </p>
+     * concrete channel class.
      *
      * @return  The valid-operation set
      */
@@ -140,7 +140,7 @@
 
     /**
      * Retrieves the key representing the channel's registration with the given
-     * selector.  </p>
+     * selector.
      *
      * @return  The key returned when this channel was last registered with the
      *          given selector, or <tt>null</tt> 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.
-     * </p>
      *
      * @return  The blocking-mode lock object
      */