ICU-13349 Removed @provisional tag from already @stable APIs in TimeZone.java.
X-SVN-Rev: 40402
This commit is contained in:
parent
bc7e22d0d6
commit
0eac99b5d5
@ -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,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user