< prev index next >

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

Print this page

        

@@ -148,12 +148,11 @@
  *   }
  * }
  *
  * </pre>
  * @see Mutex
- * <p>[<a href="http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html"> Introduction to this package. </a>]
-
+ * [<a href="http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html"> Introduction to this package. </a>]
  **/
 
 public class CondVar {
 
     protected boolean debug_ ;
< prev index next >