]> granicus.if.org Git - icu/commitdiff
ICU-13349 Removed @provisional tag from already @stable APIs in TimeZone.java.
authorYoshito Umaoka <y.umaoka@gmail.com>
Wed, 13 Sep 2017 21:15:58 +0000 (21:15 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Wed, 13 Sep 2017 21:15:58 +0000 (21:15 +0000)
X-SVN-Rev: 40402

icu4j/main/classes/core/src/com/ibm/icu/util/TimeZone.java

index c10d3ffd8b08267e8a9ffa56675add48e652eb9d..c4c5b101a7096a9163f26259b7d6cf2234883583 100644 (file)
@@ -268,21 +268,18 @@ abstract public class TimeZone implements Serializable, Cloneable, Freezable<Tim
         /**
          * Any system zones.
          * @stable ICU 4.8
-         * @provisional This API might change or be removed in a future release.
          */
         ANY,
 
         /**
          * Canonical system zones.
          * @stable ICU 4.8
-         * @provisional This API might change or be removed in a future release.
          */
         CANONICAL,
 
         /**
          * Canonical system zones associated with actual locations.
          * @stable ICU 4.8
-         * @provisional This API might change or be removed in a future release.
          */
         CANONICAL_LOCATION,
     }