Skip to content

Commit 02875e7

Browse files
Justin Lunaotoj
authored andcommitted
8171156: Class java.util.LocaleISOData has outdated information for country Code NP
Reviewed-by: naoto
1 parent ad326fc commit 02875e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2005, 2023, 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
@@ -393,7 +393,7 @@ class LocaleISOData {
393393
+ "NI" + "NIC" // Nicaragua, Republic of
394394
+ "NL" + "NLD" // Netherlands, Kingdom of the
395395
+ "NO" + "NOR" // Norway, Kingdom of
396-
+ "NP" + "NPL" // Nepal, Kingdom of
396+
+ "NP" + "NPL" // Nepal, Federal Democratic Republic of
397397
+ "NR" + "NRU" // Nauru, Republic of
398398
+ "NU" + "NIU" // Niue, Republic of
399399
+ "NZ" + "NZL" // New Zealand

0 commit comments

Comments
 (0)