8156868: MethodHandles.zero(Class) doc issues

Reviewed-by: psandoz, mhaupt
This commit is contained in:
Michael Haupt 2016-06-02 14:28:16 +02:00
parent 7cc6c1d553
commit 3eec24e560
5 changed files with 9 additions and 8 deletions

View file

@ -3016,6 +3016,7 @@ assert((int)twice.invokeExact(21) == 42);
* @throws NullPointerException if the argument is null
* @see MethodHandles#constant
* @see MethodHandles#empty
* @see MethodHandles#explicitCastArguments
* @since 9
*/
public static MethodHandle zero(Class<?> type) {