ICU-7442 mark Normalizer2 as not intended for public subclassing

X-SVN-Rev: 28147
This commit is contained in:
Markus Scherer 2010-06-05 00:06:10 +00:00
parent 31a49c5b96
commit 5230d5de1c

View File

@ -37,6 +37,7 @@ U_NAMESPACE_BEGIN
* for using custom mapping tables.
* All instances of this class are unmodifiable/immutable.
* Instances returned by getInstance() are singletons that must not be deleted by the caller.
* The Normalizer2 class is not intended for public subclassing.
*
* The primary functions are to produce a normalized string and to detect whether
* a string is already normalized.