equal
deleted
inserted
replaced
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 * |