JDK 8 code review request for doclint issues in java.util.spi

Joe Darcy joe.darcy at oracle.com
Mon Jul 1 20:35:18 UTC 2013


Hello,

There are a few doclint issues to be fixed in java.util.spi; thanks,

-Joe

diff -r 3736ad2636aa 
src/share/classes/java/util/spi/LocaleServiceProvider.java
--- a/src/share/classes/java/util/spi/LocaleServiceProvider.java Mon Jul 
01 13:29:32 2013 -0700
+++ b/src/share/classes/java/util/spi/LocaleServiceProvider.java Mon Jul 
01 13:34:11 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}




More information about the core-libs-dev mailing list