7128512: Javadoc typo in java.lang.invoke.MethodHandle

Reviewed-by: mduigou
This commit is contained in:
Joe Darcy 2012-01-09 20:14:15 -08:00
parent f8400651e0
commit a821772a15

View File

@ -275,7 +275,7 @@ mh.invokeExact(System.out, "Hello, world.");
* generates a single invokevirtual instruction with
* the symbolic type descriptor indicated in the following comment.
* In these examples, the helper method {@code assertEquals} is assumed to
* be a method which calls {@link Objects.equals java.util.Objects#equals}
* be a method which calls {@link java.util.Objects#equals(Object,Object) Objects.equals }
* on its arguments, and asserts that the result is true.
*
* <h3>Exceptions</h3>