Re: Code review request for javadoc problem in java.lang.invoke.MethodHandle

2012-01-09 Thread John Rose
Yes. Thanks, Joe. -- John On Jan 9, 2012, at 6:17 PM, Joe Darcy wrote: > Please review the simple patch below to fix a javadoc problem in > java.lang.invoke.MethodHandle which stems from the arguments to the {@link} > javadoc tag being reversed.

Re: Code review request for javadoc problem in java.lang.invoke.MethodHandle

2012-01-09 Thread Mike Duigou
+1 On Jan 9 2012, at 18:17 , Joe Darcy wrote: > Hello, > > Please review the simple patch below to fix a javadoc problem in > java.lang.invoke.MethodHandle which stems from the arguments to the {@link} > javadoc tag being reversed. > > Once reviewed, I'll file a bug for this and push the fix.

Code review request for javadoc problem in java.lang.invoke.MethodHandle

2012-01-09 Thread Joe Darcy
Hello, Please review the simple patch below to fix a javadoc problem in java.lang.invoke.MethodHandle which stems from the arguments to the {@link} javadoc tag being reversed. Once reviewed, I'll file a bug for this and push the fix. Thanks, -Joe diff -r 858038d89fd5 src/share/classes/java