From: Markus Scherer Date: Thu, 13 Sep 2018 03:11:26 +0000 (-0700) Subject: ICU-20116 remove @deprecated from Edits.Iterator.toString() (#98) X-Git-Tag: release-63-rc~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f779761bff6a9037f8cea754e196c227f0b3addb;p=icu ICU-20116 remove @deprecated from Edits.Iterator.toString() (#98) but keep @internal --- diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/Edits.java b/icu4j/main/classes/core/src/com/ibm/icu/text/Edits.java index 1e992f7fa16..b97d54f0079 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/text/Edits.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/text/Edits.java @@ -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();