ICU-13349 Removed @provisional tag from already @stable APIs in TimeZone.java.

X-SVN-Rev: 40402
This commit is contained in:
Yoshito Umaoka 2017-09-13 21:15:58 +00:00
parent bc7e22d0d6
commit 0eac99b5d5

View 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,
}