< prev index next >

src/jdk.jdi/share/classes/com/sun/jdi/LocalVariable.java

Print this page
rev 58770 : [mq]: svc-spec-update

*** 90,102 **** * through the appropriate class loader. */ Type type() throws ClassNotLoadedException; /** ! * Gets the JNI signature of the local variable. * - * @see <a href="doc-files/signature.html">Type Signatures</a> * @return a string containing the signature. */ String signature(); /** --- 90,102 ---- * through the appropriate class loader. */ Type type() throws ClassNotLoadedException; /** ! * Gets the <a href="{@docRoot}/../specs/jni/types.html#type-signatures"> ! * JNI-style signature</a> of the local variable. * * @return a string containing the signature. */ String signature(); /**
< prev index next >