--- old/src/jdk.jdi/share/classes/com/sun/jdi/doc-files/signature.html 2015-04-24 19:20:50.447879544 +0400 +++ new/src/jdk.jdi/share/classes/com/sun/jdi/doc-files/signature.html 2015-04-24 19:20:50.215879545 +0400 @@ -7,7 +7,7 @@
- +

JDI Type Signatures

JDI Type Signatures
Type Signature Java Type
Zboolean @@ -31,9 +31,9 @@

For example, the Java method: -

    long f (int n, String s, int[] arr);
+
    long f (int n, String s, int[] arr);
 
has the following type signature: -

    (ILjava/lang/String;[I)J
+
    (ILjava/lang/String;[I)J