# HG changeset patch # User naoto # Date 1543526234 28800 # Node ID 61e4426950486b91da8826865e3b349172b9e045 # Parent beb2b88a118ea207c32f40d25414a6fffcc4e9f1 8212878: host in ftp: link not found Reviewed-by: bpb diff -r beb2b88a118e -r 61e442695048 src/java.base/share/classes/java/util/spi/TimeZoneNameProvider.java --- a/src/java.base/share/classes/java/util/spi/TimeZoneNameProvider.java Thu Nov 29 13:16:41 2018 -0800 +++ b/src/java.base/share/classes/java/util/spi/TimeZoneNameProvider.java Thu Nov 29 13:17:14 2018 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -52,7 +52,7 @@ * presentation to the user in the specified locale. The given time * zone ID is "GMT" or one of the names defined using "Zone" entries * in the "tz database", a public domain time zone database at - * ftp://elsie.nci.nih.gov/pub/. + * https://www.iana.org/time-zones. * The data of this database is contained in a file whose name starts with * "tzdata", and the specification of the data format is part of the zic.8 * man page, which is contained in a file whose name starts with "tzcode".