changeset 7024:49b3d8efd30a

8008434: Misc javadoc warning fixes in DateTimeFormatterBuilder and TimeZone Reviewed-by: mduigou, okutsu
author darcy
date Tue, 19 Feb 2013 00:19:15 -0800
parents bcde0486261e
children 885bb24f6018
files src/share/classes/java/time/format/DateTimeFormatterBuilder.java src/share/classes/java/util/TimeZone.java
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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	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
--- a/src/share/classes/java/util/TimeZone.java	Mon Feb 18 08:14:18 2013 +0000
+++ b/src/share/classes/java/util/TimeZone.java	Tue Feb 19 00:19:15 2013 -0800
@@ -534,7 +534,7 @@
     /**
      * Gets the {@code TimeZone} for the given {@code zoneId}.
      *
-     * @param zoneid a {@link ZoneId} from which the time zone ID is obtained
+     * @param zoneId a {@link ZoneId} from which the time zone ID is obtained
      * @return the specified {@code TimeZone}, or the GMT zone if the given ID
      *         cannot be understood.
      * @throws NullPointerException if {@code zoneId} is {@code null}