diff --git a/icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetEncoderICU.java b/icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetEncoderICU.java index 24efe735877..3bbb688a33e 100644 --- a/icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetEncoderICU.java +++ b/icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetEncoderICU.java @@ -944,6 +944,7 @@ public abstract class CharsetEncoderICU extends CharsetEncoder { * @return Size of a buffer that will be large enough to hold the output of bytes * * @draft ICU 49 + * @provisional This API might change or be removed in a future release. */ public static int getMaxBytesForString(int length, int maxCharSize) { return ((length + 10) * maxCharSize);