Java Doc Bugs

2010-08-14 Thread Howard Lovatt
There are some minor Java Doc Bugs in: http://cr.openjdk.java.net/~jrose/pres/indy-javadoc-mlvm/ In particular the Java Doc for: MethodHandles.dropArguments The example given is incorrect and should be something like: final MethodType types = MethodType.methodType

Re: Java Doc Bugs

2010-08-14 Thread John Rose
minor Java Doc Bugs in: http://cr.openjdk.java.net/~jrose/pres/indy-javadoc-mlvm/ In particular the Java Doc for: MethodHandles.dropArguments The example given is incorrect and should be something like: final MethodType types = MethodType.methodType( String.class