< prev index next >

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

Print this page
rev 58874 : imported patch svc-spec-update

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