Code review request for javadoc problem in java.lang.invoke.MethodHandle (original) (raw)

Joe Darcy joe.darcy at oracle.com
Tue Jan 10 02:17:48 UTC 2012


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/lang/invoke/MethodHandle.java --- a/src/share/classes/java/lang/invoke/MethodHandle.java Mon Jan 09 15:54:44 2012 -0800 +++ b/src/share/classes/java/lang/invoke/MethodHandle.java Mon Jan 09 18:14:23 2012 -0800 @@ -275,7 +275,7 @@



More information about the core-libs-dev mailing list