From f779761bff6a9037f8cea754e196c227f0b3addb Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Wed, 12 Sep 2018 20:11:26 -0700 Subject: [PATCH] ICU-20116 remove @deprecated from Edits.Iterator.toString() (#98) but keep @internal --- icu4j/main/classes/core/src/com/ibm/icu/text/Edits.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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();