On 19 February 2013 06:58, Joe Darcy <joe.da...@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

Reply via email to