Skip to content

Commit 123e5c1

Browse files
mihnitasven-oly
authored andcommitted
ICU-21957 Change the internal/deprecated javadoc tags
1 parent 8f5529f commit 123e5c1

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

icu4j/main/classes/core/src/com/ibm/icu/message2/PlainStringFormattedValue.java

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* Very-very rough implementation of FormattedValue, packaging a string.
1515
* Expect it to change.
1616
*
17-
* @internal ICU 72 technology preview. Visible For Testing.
18-
* @deprecated This API is for technology preview only.
17+
* @internal Visible For Testing.
18+
* @deprecated This API is for unit testing only.
1919
*/
2020
@Deprecated
2121
public class PlainStringFormattedValue implements FormattedValue {
@@ -26,8 +26,8 @@ public class PlainStringFormattedValue implements FormattedValue {
2626
*
2727
* @param value the string value to store
2828
*
29-
* @internal ICU 72 technology preview. Visible For Testing.
30-
* @deprecated This API is for technology preview only.
29+
* @internal Visible For Testing.
30+
* @deprecated This API is for unit testing only.
3131
*/
3232
@Deprecated
3333
public PlainStringFormattedValue(String value) {
@@ -40,8 +40,8 @@ public PlainStringFormattedValue(String value) {
4040
/**
4141
* {@inheritDoc}
4242
*
43-
* @internal ICU 72 technology preview. Visible For Testing.
44-
* @deprecated This API is for technology preview only.
43+
* @internal Visible For Testing.
44+
* @deprecated This API is for unit testing only.
4545
*/
4646
@Deprecated
4747
@Override
@@ -52,8 +52,8 @@ public int length() {
5252
/**
5353
* {@inheritDoc}
5454
*
55-
* @internal ICU 72 technology preview. Visible For Testing.
56-
* @deprecated This API is for technology preview only.
55+
* @internal Visible For Testing.
56+
* @deprecated This API is for unit testing only.
5757
*/
5858
@Deprecated
5959
@Override
@@ -64,8 +64,8 @@ public char charAt(int index) {
6464
/**
6565
* {@inheritDoc}
6666
*
67-
* @internal ICU 72 technology preview. Visible For Testing.
68-
* @deprecated This API is for technology preview only.
67+
* @internal Visible For Testing.
68+
* @deprecated This API is for unit testing only.
6969
*/
7070
@Deprecated
7171
@Override
@@ -76,8 +76,8 @@ public CharSequence subSequence(int start, int end) {
7676
/**
7777
* {@inheritDoc}
7878
*
79-
* @internal ICU 72 technology preview. Visible For Testing.
80-
* @deprecated This API is for technology preview only.
79+
* @internal Visible For Testing.
80+
* @deprecated This API is for unit testing only.
8181
*/
8282
@Deprecated
8383
@Override
@@ -95,8 +95,8 @@ public <A extends Appendable> A appendTo(A appendable) {
9595
*
9696
* {@inheritDoc}
9797
*
98-
* @internal ICU 72 technology preview. Visible For Testing.
99-
* @deprecated This API is for technology preview only.
98+
* @internal Visible For Testing.
99+
* @deprecated This API is for unit testing only.
100100
*/
101101
@Deprecated
102102
@Override
@@ -109,8 +109,8 @@ public boolean nextPosition(ConstrainedFieldPosition cfpos) {
109109
*
110110
* {@inheritDoc}
111111
*
112-
* @internal ICU 72 technology preview. Visible For Testing.
113-
* @deprecated This API is for technology preview only.
112+
* @internal Visible For Testing.
113+
* @deprecated This API is for unit testing only.
114114
*/
115115
@Deprecated
116116
@Override
@@ -121,8 +121,8 @@ public AttributedCharacterIterator toCharacterIterator() {
121121
/**
122122
* {@inheritDoc}
123123
*
124-
* @internal ICU 72 technology preview. Visible For Testing.
125-
* @deprecated This API is for technology preview only.
124+
* @internal Visible For Testing.
125+
* @deprecated This API is for unit testing only.
126126
*/
127127
@Deprecated
128128
@Override

0 commit comments

Comments
 (0)