From 2f8dcbe90fd839fc32f3834383aa3462151b6897 Mon Sep 17 00:00:00 2001 From: Nishit Jain Date: Mon, 30 May 2016 15:28:48 +0900 Subject: [PATCH] 8158025: Typo in java.util.Locale Reviewed-by: okutsu, peytoia --- jdk/src/java.base/share/classes/java/util/Locale.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jdk/src/java.base/share/classes/java/util/Locale.java b/jdk/src/java.base/share/classes/java/util/Locale.java index dfe71769d11..23417394030 100644 --- a/jdk/src/java.base/share/classes/java/util/Locale.java +++ b/jdk/src/java.base/share/classes/java/util/Locale.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 2016, 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 @@ -198,7 +198,7 @@ import sun.util.locale.provider.LocaleServiceProviderPool; * *

The keywords are mapped to a BCP 47 extension value using the * extension key 'u' ({@link #UNICODE_LOCALE_EXTENSION}). The above - * example, "nu-thai", becomes the extension "u-nu-thai".code + * example, "nu-thai", becomes the extension "u-nu-thai". * *

Thus, when a Locale object contains Unicode locale * attributes and keywords,