jdk/src/share/classes/com/sun/jdi/Method.java
changeset 9266 121fb370f179
parent 5506 202f599c92aa
child 14342 8435a30053c1
--- a/jdk/src/share/classes/com/sun/jdi/Method.java	Wed Apr 13 11:59:18 2011 -0700
+++ b/jdk/src/share/classes/com/sun/jdi/Method.java	Wed Apr 13 12:16:13 2011 -0700
@@ -164,10 +164,8 @@
 
     /**
      * Determine if this method is a bridge method. Bridge
-     * methods are defined in the
-     * <a href="http://java.sun.com/docs/books/jls">
-     * "Java<sup><font size=-2>TM</font></sup>
-     * Language Specification, 3rd Edition.</a>
+     * methods are defined in
+     * <cite>The Java&trade; Language Specification</cite>.
      *
      * @return <code>true</code> if the method is a bridge method,
      * false otherwise.