ICU-7966 Fix Format::isLenient to be @draft ICU 4.6

X-SVN-Rev: 28659
This commit is contained in:
Peter Edberg 2010-09-20 21:22:44 +00:00
parent cd3f6237f9
commit cbc567f055

View File

@ -279,7 +279,7 @@ public:
* *
* @see #setLenient * @see #setLenient
* @return Lenient parse mode status: TRUE if on, FALSE if off. * @return Lenient parse mode status: TRUE if on, FALSE if off.
* @stable ICU 2.0 * @draft ICU 4.6
*/ */
virtual UBool isLenient(void) const; virtual UBool isLenient(void) const;