< prev index next >

src/java.base/share/classes/sun/util/locale/provider/TimeZoneNameProviderImpl.java

Print this page

        

@@ -77,11 +77,11 @@
      * <p>
      * If <code>daylight</code> is true, the method should return a name
      * appropriate for daylight saving time even if the specified time zone
      * has not observed daylight saving time in the past.
      *
-     * @param ID a time zone ID string
+     * @param id a time zone ID string
      * @param daylight if true, return the daylight saving name.
      * @param style either {@link java.util.TimeZone#LONG TimeZone.LONG} or
      *    {@link java.util.TimeZone#SHORT TimeZone.SHORT}
      * @param locale the desired locale
      * @return the human-readable name of the given time zone in the
< prev index next >