jdk/src/share/classes/java/util/Locale.java
changeset 21428 e408bf58d482
parent 21278 ef8a3a2a72f2
parent 21334 c60dfce46a77
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/java/util/Locale.java	Thu Oct 31 16:22:30 2013 -0700
+++ b/jdk/src/share/classes/java/util/Locale.java	Thu Oct 31 16:44:18 2013 -0700
@@ -1248,7 +1248,7 @@
      * Returns a string representation of this <code>Locale</code>
      * object, consisting of language, country, variant, script,
      * and extensions as below:
-     * <p><blockquote>
+     * <blockquote>
      * language + "_" + country + "_" + (variant + "_#" | "#") + script + "-" + extensions
      * </blockquote>
      *
@@ -2199,7 +2199,7 @@
      * are exactly "ja", "JP", "JP" or "th", "TH", "TH" and script/extensions
      * fields are empty, this method supplies <code>UNICODE_LOCALE_EXTENSION</code>
      * "ca"/"japanese" (calendar type is "japanese") or "nu"/"thai" (number script
-     * type is "thai"). See <a href="Locale.html#special_cases_constructor"/>Special Cases</a>
+     * type is "thai"). See <a href="Locale.html#special_cases_constructor">Special Cases</a>
      * for more information.
      *
      * @return an instance of <code>Locale</code> equivalent to