jdk/src/share/classes/java/time/format/DateTimeFormatterBuilder.java
changeset 16005 b480157c22fe
parent 15658 55b829ca2334
child 16852 60207b2b4b42
--- a/jdk/src/share/classes/java/time/format/DateTimeFormatterBuilder.java	Mon Feb 18 08:14:18 2013 +0000
+++ b/jdk/src/share/classes/java/time/format/DateTimeFormatterBuilder.java	Tue Feb 19 00:19:15 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)}.
      *
      * @param dateStyle  the date style to use, null means no date required
      * @param timeStyle  the time style to use, null means no time required