jdk/src/share/classes/java/nio/channels/FileLock.java
changeset 18164 68f1bc4eadd4
parent 7668 d4a77089c587
child 18574 4aeaeb541678
--- a/jdk/src/share/classes/java/nio/channels/FileLock.java	Tue Jun 11 15:39:20 2013 -0700
+++ b/jdk/src/share/classes/java/nio/channels/FileLock.java	Wed Jun 12 08:04:11 2013 +0100
@@ -124,7 +124,7 @@
     private final boolean shared;
 
     /**
-     * Initializes a new instance of this class.  </p>
+     * Initializes a new instance of this class.
      *
      * @param  channel
      *         The file channel upon whose file this lock is held
@@ -249,7 +249,7 @@
     }
 
     /**
-     * Tells whether this lock is shared.  </p>
+     * Tells whether this lock is shared.
      *
      * @return <tt>true</tt> if lock is shared,
      *         <tt>false</tt> if it is exclusive
@@ -259,7 +259,7 @@
     }
 
     /**
-     * Tells whether or not this lock overlaps the given lock range.  </p>
+     * Tells whether or not this lock overlaps the given lock range.
      *
      * @return  <tt>true</tt> if, and only if, this lock and the given lock
      *          range overlap by at least one byte