src/java.base/share/classes/java/time/zone/ZoneRulesProvider.java
changeset 50473 bef0ed237504
parent 47216 71c04702a3d5
child 53120 de9fd809bb47
equal deleted inserted replaced
50472:ee1a0ddb2590 50473:bef0ed237504
   117  * Implementations must be immutable and thread-safe.
   117  * Implementations must be immutable and thread-safe.
   118  * <p>
   118  * <p>
   119  * Providers must ensure that once a rule has been seen by the application, the
   119  * Providers must ensure that once a rule has been seen by the application, the
   120  * rule must continue to be available.
   120  * rule must continue to be available.
   121  * <p>
   121  * <p>
   122 *  Providers are encouraged to implement a meaningful {@code toString} method.
   122  * Providers are encouraged to implement a meaningful {@code toString} method.
   123  * <p>
   123  * <p>
   124  * Many systems would like to update time-zone rules dynamically without stopping the JVM.
   124  * Many systems would like to update time-zone rules dynamically without stopping the JVM.
   125  * When examined in detail, this is a complex problem.
   125  * When examined in detail, this is a complex problem.
   126  * Providers may choose to handle dynamic updates, however the default provider does not.
   126  * Providers may choose to handle dynamic updates, however the default provider does not.
   127  *
   127  *