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

Lance @ Oracle lance.andersen at oracle.com
Mon Jul 1 20:37:47 UTC 2013


Looks fine


Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive
Burlington, MA 01803
Lance.Andersen at oracle.com
Sent from my iPad

On Jul 1, 2013, at 4:35 PM, Joe Darcy <joe.darcy at oracle.com> wrote:

> 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