jdk/src/java.base/share/classes/sun/text/normalizer/NormalizerBase.java
changeset 32649 2ee9017c7597
parent 31680 88c53c2293b4
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
   247      * The Mode class is not intended for public subclassing.
   247      * The Mode class is not intended for public subclassing.
   248      * Only the Mode constants provided by the Normalizer class should be used,
   248      * Only the Mode constants provided by the Normalizer class should be used,
   249      * and any fields or methods should not be called or overridden by users.
   249      * and any fields or methods should not be called or overridden by users.
   250      * @stable ICU 2.8
   250      * @stable ICU 2.8
   251      */
   251      */
   252     public static abstract class Mode {
   252     public abstract static class Mode {
   253 
   253 
   254         /**
   254         /**
   255          * Sole constructor
   255          * Sole constructor
   256          * @internal
   256          * @internal
   257          * @deprecated This API is ICU internal only.
   257          * @deprecated This API is ICU internal only.