8157502: make docs broken after JDK-5100935
Summary: Correcting reference to Math::multiplyFull.
Reviewed-by: alanb
--- a/jdk/src/java.base/share/classes/java/lang/StrictMath.java Sat May 21 08:01:03 2016 +0100
+++ b/jdk/src/java.base/share/classes/java/lang/StrictMath.java Sat May 21 13:18:15 2016 +0200
@@ -852,7 +852,7 @@
* @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) {