JDK 8 request for review: two javadoc warning fixes, on in DateTimeFormatterBuilder, another in TimeZone

Stephen Colebourne scolebourne at joda.org
Tue Feb 19 10:53:21 UTC 2013


On 19 February 2013 06:58, Joe Darcy <joe.darcy at oracle.com> wrote:
> diff -r bcde0486261e
> src/share/classes/java/time/format/DateTimeFormatterBuilder.java
> --- a/src/share/classes/java/time/format/DateTimeFormatterBuilder.java Mon
> Feb 18 08:14:18 2013 +0000
> +++ b/src/share/classes/java/time/format/DateTimeFormatterBuilder.java Mon
> Feb 18 22:55:56 2013 -0800
> @@ -1007,7 +1007,7 @@
>       * is used, with {@code IsoChronology} as the fallback.
>       * <p>
>       * Note that this method provides similar functionality to methods on
> -     * {@code DateFormat} such as {@link
> DateFormat#getDateTimeInstance(int, int)}.
> +     * {@code DateFormat} such as {@link
> java.text.DateFormat#getDateTimeInstance(int, int)}.

My preference would have been to add an import statement, but this fix is fine.

Stephen



More information about the core-libs-dev mailing list