8166993: typo in java.util.Locale javadoc
Reviewed-by: okutsu, peytoia
This commit is contained in:
parent
3d6de648b9
commit
5e84d49af5
@ -1027,7 +1027,7 @@ public final class Locale implements Cloneable, Serializable {
|
|||||||
* not contain ALL valid codes that can be used to create Locales.
|
* not contain ALL valid codes that can be used to create Locales.
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* @return Am array of ISO 639 two-letter language codes.
|
* @return An array of ISO 639 two-letter language codes.
|
||||||
*/
|
*/
|
||||||
public static String[] getISOLanguages() {
|
public static String[] getISOLanguages() {
|
||||||
if (isoLanguages == null) {
|
if (isoLanguages == null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user