]> granicus.if.org Git - icu/commitdiff
ICU-20116 remove @deprecated from Edits.Iterator.toString() (#98)
authorMarkus Scherer <markus.icu@gmail.com>
Thu, 13 Sep 2018 03:11:26 +0000 (20:11 -0700)
committerShane Carr <shane@unicode.org>
Thu, 27 Sep 2018 21:27:39 +0000 (14:27 -0700)
but keep @internal

icu4j/main/classes/core/src/com/ibm/icu/text/Edits.java

index 1e992f7fa1626f82f58a58304866b5914f3c2e29..b97d54f00790ff5aa2f9b58b1f62a6921cc9e76d 100644 (file)
@@ -820,11 +820,9 @@ public final class Edits {
 
         /**
          * A string representation of the current edit represented by the iterator for debugging. You
-         * should not depend on the contents of the return string.
+         * should not depend on the contents of the return string; it may change over time.
          * @internal
-         * @deprecated This API is ICU internal only.
          */
-        @Deprecated
         @Override
         public String toString() {
             StringBuilder sb = new StringBuilder();