--- old/src/java.base/share/classes/sun/util/calendar/ZoneInfo.java 2015-06-05 21:04:26.263466081 +0400 +++ new/src/java.base/share/classes/sun/util/calendar/ZoneInfo.java 2015-06-05 21:04:26.099466081 +0400 @@ -364,7 +364,7 @@ * 0 for January. * @param day The day-in-month of the given date. * @param dayOfWeek The day-of-week of the given date. - * @param millis The milliseconds in day in standard local time. + * @param milliseconds The milliseconds in day in standard local time. * @return The milliseconds to add to UTC to get local time. */ public int getOffset(int era, int year, int month, int day,