jdk/src/share/classes/java/util/TimeZone.java
changeset 16005 b480157c22fe
parent 15658 55b829ca2334
child 16852 60207b2b4b42
equal deleted inserted replaced
16004:6dcf0b33fe6f 16005:b480157c22fe
   532     }
   532     }
   533 
   533 
   534     /**
   534     /**
   535      * Gets the {@code TimeZone} for the given {@code zoneId}.
   535      * Gets the {@code TimeZone} for the given {@code zoneId}.
   536      *
   536      *
   537      * @param zoneid a {@link ZoneId} from which the time zone ID is obtained
   537      * @param zoneId a {@link ZoneId} from which the time zone ID is obtained
   538      * @return the specified {@code TimeZone}, or the GMT zone if the given ID
   538      * @return the specified {@code TimeZone}, or the GMT zone if the given ID
   539      *         cannot be understood.
   539      *         cannot be understood.
   540      * @throws NullPointerException if {@code zoneId} is {@code null}
   540      * @throws NullPointerException if {@code zoneId} is {@code null}
   541      * @since 1.8
   541      * @since 1.8
   542      */
   542      */