8157502: make docs broken after JDK-5100935

Correcting reference to Math::multiplyFull.

Reviewed-by: alanb
This commit is contained in:
Jan Lahoda 2016-05-21 13:18:15 +02:00
parent ce04e9d9a2
commit 4b64ab9bb5

View File

@ -852,7 +852,7 @@ public final class StrictMath {
* @param x the first value
* @param y the second value
* @return the result
* @see Math#multiplyFull(long,long)
* @see Math#multiplyFull(int,int)
* @since 1.9
*/
public static long multiplyFull(int x, int y) {