jdk/src/java.base/share/classes/java/text/DateFormatSymbols.java
changeset 39319 d32c7b64cb93
parent 36951 0953f2a2cb14
child 39490 1450367e1082
equal deleted inserted replaced
39318:2006d1d41c8b 39319:d32c7b64cb93
   219      * <li><code>zoneStrings[i][4]</code> - short name of zone in daylight
   219      * <li><code>zoneStrings[i][4]</code> - short name of zone in daylight
   220      * saving time</li>
   220      * saving time</li>
   221      * </ul>
   221      * </ul>
   222      * The zone ID is <em>not</em> localized; it's one of the valid IDs of
   222      * The zone ID is <em>not</em> localized; it's one of the valid IDs of
   223      * the {@link java.util.TimeZone TimeZone} class that are not
   223      * the {@link java.util.TimeZone TimeZone} class that are not
   224      * <a href="../java/util/TimeZone.html#CustomID">custom IDs</a>.
   224      * <a href="../util/TimeZone.html#CustomID">custom IDs</a>.
   225      * All other entries are localized names.
   225      * All other entries are localized names.
   226      * @see java.util.TimeZone
   226      * @see java.util.TimeZone
   227      * @serial
   227      * @serial
   228      */
   228      */
   229     String zoneStrings[][] = null;
   229     String zoneStrings[][] = null;