]> granicus.if.org Git - icu/commitdiff
ICU-8515 Add missing provisional tag to draft API CharsetEncoderICU.getMaxBytesForString
authorMichael Ow <mow@svn.icu-project.org>
Fri, 30 Sep 2011 19:16:20 +0000 (19:16 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Fri, 30 Sep 2011 19:16:20 +0000 (19:16 +0000)
X-SVN-Rev: 30760

icu4j/main/classes/charset/src/com/ibm/icu/charset/CharsetEncoderICU.java

index 24efe73587773d0d966e9cc1ef3fb5acc3b44ef4..3bbb688a33eaef37f30038a89db66960b790d94a 100644 (file)
@@ -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);