mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-04 09:42:34 +00:00
8157502: make docs broken after JDK-5100935
Correcting reference to Math::multiplyFull. Reviewed-by: alanb
This commit is contained in:
parent
ce04e9d9a2
commit
4b64ab9bb5
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user