ICU-4407 Clairfy comment for reset() method.

X-SVN-Rev: 18341
This commit is contained in:
Eric Mader 2005-07-23 00:04:19 +00:00
parent 280c0428ef
commit 54fce8bd7f

View File

@ -92,7 +92,9 @@ public:
/** /**
* Reset the limit indices array. This method sets the number of entries in the * Reset the limit indices array. This method sets the number of entries in the
* limit indices array to zero. It does not delete the arrays. * limit indices array to zero. It does not delete the array.
*
* Note: Subclass arrays will also be reset and not deleted.
* *
* @draft ICU 3.6 * @draft ICU 3.6
*/ */