jdk/src/jdk.jdi/share/classes/com/sun/jdi/InterfaceType.java
changeset 29102 fa8bbdfd8750
parent 25859 3317bb8137f4
child 34894 3248b89d1921
--- a/jdk/src/jdk.jdi/share/classes/com/sun/jdi/InterfaceType.java	Tue Feb 24 09:46:29 2015 +0100
+++ b/jdk/src/jdk.jdi/share/classes/com/sun/jdi/InterfaceType.java	Tue Feb 24 10:56:48 2015 +0100
@@ -145,7 +145,7 @@
      * not be done from the client's event handler thread.
      * <p>
      * The resumption of other threads during the invocation can be prevented
-     * by specifying the {@link #INVOKE_SINGLE_THREADED}
+     * by specifying the {@link ClassType#INVOKE_SINGLE_THREADED}
      * bit flag in the <code>options</code> argument; however,
      * there is no protection against or recovery from the deadlocks
      * described above, so this option should be used with great caution.