8341684: Typo in External Specifications link of java.util.Currency

Reviewed-by: liach, naoto, srl
This commit is contained in:
Justin Lu 2024-10-09 21:46:50 +00:00
parent 49c7148d37
commit e7045e9399

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2000, 2023, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2000, 2024, 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
@ -108,7 +108,7 @@ import sun.util.logging.PlatformLogger;
* with {@code Currency} or monetary values as it provides better handling of floating
* point numbers and their operations.
*
* @spec http://www.iso.org/iso/home/standards/currency_codes.htm ISO - ISO 4217 - Currency codes
* @spec https://www.iso.org/iso-4217-currency-codes.html ISO - ISO 4217 - Currency codes
* @see java.math.BigDecimal
* @since 1.4
*/