8158025: Typo in java.util.Locale
authornishjain
Mon, 30 May 2016 15:28:48 +0900
changeset 38739 9e1bab71b60c
parent 38622 18e5cdecb37a
child 38740 e6ce4765e995
child 38742 4af80d6e9e4d
8158025: Typo in java.util.Locale Reviewed-by: okutsu, peytoia
jdk/src/java.base/share/classes/java/util/Locale.java
--- a/jdk/src/java.base/share/classes/java/util/Locale.java	Wed Jul 05 21:46:49 2017 +0200
+++ b/jdk/src/java.base/share/classes/java/util/Locale.java	Mon May 30 15:28:48 2016 +0900
@@ -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 @@
  *
  * <p>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".
  *
  * <p>Thus, when a <code>Locale</code> object contains Unicode locale
  * attributes and keywords,