ICU-20116 remove @deprecated from Edits.Iterator.toString() (#98)

but keep @internal
This commit is contained in:
Markus Scherer 2018-09-12 20:11:26 -07:00 committed by Shane Carr
parent 45cdda61a6
commit f779761bff
No known key found for this signature in database
GPG key ID: FCED3B24AAB18B5C

View 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();