jdk/src/share/classes/java/util/TimeZone.java
changeset 16005 b480157c22fe
parent 15658 55b829ca2334
child 16852 60207b2b4b42
--- a/jdk/src/share/classes/java/util/TimeZone.java	Mon Feb 18 08:14:18 2013 +0000
+++ b/jdk/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}