Skip to content

Commit 950b4ff

Browse files
committed
8341684: Typo in External Specifications link of java.util.Currency
Backport-of: e7045e9399c5bca0592afc5769432414ecae7219
1 parent 23069e9 commit 950b4ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/java.base/share/classes/java/util/Currency.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -108,7 +108,7 @@
108108
* with {@code Currency} or monetary values as it provides better handling of floating
109109
* point numbers and their operations.
110110
*
111-
* @spec http://www.iso.org/iso/home/standards/currency_codes.htm ISO - ISO 4217 - Currency codes
111+
* @spec https://www.iso.org/iso-4217-currency-codes.html ISO - ISO 4217 - Currency codes
112112
* @see java.math.BigDecimal
113113
* @since 1.4
114114
*/

0 commit comments

Comments
 (0)