ICU-5454 Changed API status from @stable to @draft for hasSameRules in RuleBasedTimeZone and VTimeZone.

X-SVN-Rev: 22545
This commit is contained in:
Yoshito Umaoka 2007-08-27 17:32:46 +00:00
parent bfd46df766
commit da2e965252
2 changed files with 2 additions and 2 deletions

View file

@ -236,7 +236,7 @@ public:
* @param other the <code>TimeZone</code> object to be compared with
* @return true if the given zone is the same as this one,
* with the possible exception of the ID
* @stable ICU 3.8
* @draft ICU 3.8
*/
virtual UBool hasSameRules(const TimeZone& other) const;

View file

@ -295,7 +295,7 @@ public:
* @param other the <code>TimeZone</code> object to be compared with
* @return true if the given zone is the same as this one,
* with the possible exception of the ID
* @stable ICU 3.8
* @draft ICU 3.8
*/
virtual UBool hasSameRules(const TimeZone& other) const;