8019529: Fix doclint issues in java.util.spi
authordarcy
Mon, 01 Jul 2013 13:42:03 -0700
changeset 18590 db282abf47f9
parent 18589 8b03e152e2fe
child 18591 8202ea23bca7
8019529: Fix doclint issues in java.util.spi Reviewed-by: lancea
jdk/src/share/classes/java/util/spi/LocaleServiceProvider.java
--- a/jdk/src/share/classes/java/util/spi/LocaleServiceProvider.java	Mon Jul 01 13:29:32 2013 -0700
+++ b/jdk/src/share/classes/java/util/spi/LocaleServiceProvider.java	Mon Jul 01 13:42:03 2013 -0700
@@ -42,7 +42,7 @@
  * interfaces to offer support for locales beyond the set of locales
  * supported by the Java runtime environment itself.
  * <p>
- * <h4>Packaging of Locale Sensitive Service Provider Implementations</h4>
+ * <h3>Packaging of Locale Sensitive Service Provider Implementations</h3>
  * Implementations of these locale sensitive services are packaged using the
  * <a href="../../../../technotes/guides/extensions/index.html">Java Extension Mechanism</a>
  * as installed extensions.  A provider identifies itself with a
@@ -165,7 +165,7 @@
     /**
      * Returns {@code true} if the given {@code locale} is supported by
      * this locale service provider. The given {@code locale} may contain
-     * <a href="../Locale.html#def_extensions">extensions<a/> that should be
+     * <a href="../Locale.html#def_extensions">extensions</a> that should be
      * taken into account for the support determination.
      *
      * <p>The default implementation returns {@code true} if the given {@code locale}