--- old/src/jdk.jdi/share/classes/com/sun/jdi/LocalVariable.java 2020-04-13 21:04:00.000000000 -0700 +++ new/src/jdk.jdi/share/classes/com/sun/jdi/LocalVariable.java 2020-04-13 21:04:00.000000000 -0700 @@ -92,9 +92,9 @@ Type type() throws ClassNotLoadedException; /** - * Gets the JNI signature of the local variable. + * Gets the + * JNI-style signature of the local variable. * - * @see Type Signatures * @return a string containing the signature. */ String signature();