mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-20116 remove @deprecated from Edits.Iterator.toString() (#98)
but keep @internal
This commit is contained in:
parent
45cdda61a6
commit
f779761bff
1 changed files with 1 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue