< prev index next >

src/java.corba/share/classes/com/sun/corba/se/impl/orbutil/concurrent/Mutex.java

Print this page

        

@@ -124,11 +124,10 @@
  *    }
  *
  *    // ...  other similar traversal and update methods ...
  * }
  * </pre>
- * <p>
  * @see Semaphore
  * <p>[<a href="http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html"> Introduction to this package. </a>]
 **/
 
 public class Mutex implements Sync  {
< prev index next >