OpenJDK / jdk / jdk
changeset 52277:c2f38eb6b31a
8212880: Cannot access ftp: site for fdlibm.tar
Reviewed-by: jjg, lancea, bpb
author | darcy |
---|---|
date | Wed, 24 Oct 2018 15:45:09 -0700 |
parents | ad9077f044be |
children | e11a53698d57 |
files | src/java.base/share/classes/java/lang/StrictMath.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/java.base/share/classes/java/lang/StrictMath.java Wed Oct 24 13:11:54 2018 -0700 +++ b/src/java.base/share/classes/java/lang/StrictMath.java Wed Oct 24 15:45:09 2018 -0700 @@ -40,7 +40,7 @@ * algorithms are available from the well-known network library * {@code netlib} as the package "Freely Distributable Math * Library," <a - * href="ftp://ftp.netlib.org/fdlibm.tar">{@code fdlibm}</a>. These + * href="https://www.netlib.org/fdlibm/">{@code fdlibm}</a>. These * algorithms, which are written in the C programming language, are * then to be understood as executed with all floating-point * operations following the rules of Java floating-point arithmetic.