jdk/src/share/classes/java/util/Locale.java
changeset 14014 da3648e13e67
parent 14009 21856a20cc1d
child 15260 7af2d7a87806
--- a/jdk/src/share/classes/java/util/Locale.java	Sat Sep 29 15:44:06 2012 +0400
+++ b/jdk/src/share/classes/java/util/Locale.java	Mon Oct 01 15:36:57 2012 +0100
@@ -1492,7 +1492,7 @@
      *    // returns "ja-JP-u-ca-japanese-x-lvariant-JP"
      *    Locale.forLanguageTag("th-TH-x-lvariant-TH").toLanguageTag();
      *    // returns "th-TH-u-nu-thai-x-lvariant-TH"
-     * <pre></ul>
+     * </pre></ul>
      *
      * <p>This implements the 'Language-Tag' production of BCP47, and
      * so supports grandfathered (regular and irregular) as well as
@@ -2143,7 +2143,7 @@
      * @param in the <code>ObjectInputStream</code> to read
      * @throws IOException
      * @throws ClassNotFoundException
-     * @throws IllformdLocaleException
+     * @throws IllformedLocaleException
      * @since 1.7
      */
     private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException {