]> granicus.if.org Git - icu/commitdiff
ICU-21957 Change the internal/deprecated javadoc tags maint-72 release-72-rc
authorMihai Nita <nmihai_2000@yahoo.com>
Thu, 22 Sep 2022 21:23:55 +0000 (14:23 -0700)
committerCraig Cornelius <cwcornelius@gmail.com>
Thu, 22 Sep 2022 23:31:38 +0000 (16:31 -0700)
icu4j/main/classes/core/src/com/ibm/icu/message2/PlainStringFormattedValue.java

index eda92573881b4643db6ad5398d92a1e6c781118f..2cc05be74b29f0a63386262d55b88bc780297784 100644 (file)
@@ -14,8 +14,8 @@ import com.ibm.icu.text.FormattedValue;
  * Very-very rough implementation of FormattedValue, packaging a string.
  * Expect it to change.
  *
- * @internal ICU 72 technology preview. Visible For Testing.
- * @deprecated This API is for technology preview only.
+ * @internal Visible For Testing.
+ * @deprecated This API is for unit testing only.
  */
 @Deprecated
 public class PlainStringFormattedValue implements FormattedValue {
@@ -26,8 +26,8 @@ public class PlainStringFormattedValue implements FormattedValue {
      *
      * @param value the string value to store
      *
-     * @internal ICU 72 technology preview. Visible For Testing.
-     * @deprecated This API is for technology preview only.
+     * @internal Visible For Testing.
+     * @deprecated This API is for unit testing only.
      */
     @Deprecated
     public PlainStringFormattedValue(String value) {
@@ -40,8 +40,8 @@ public class PlainStringFormattedValue implements FormattedValue {
     /**
      * {@inheritDoc}
      *
-     * @internal ICU 72 technology preview. Visible For Testing.
-     * @deprecated This API is for technology preview only.
+     * @internal Visible For Testing.
+     * @deprecated This API is for unit testing only.
      */
     @Deprecated
     @Override
@@ -52,8 +52,8 @@ public class PlainStringFormattedValue implements FormattedValue {
     /**
      * {@inheritDoc}
      *
-     * @internal ICU 72 technology preview. Visible For Testing.
-     * @deprecated This API is for technology preview only.
+     * @internal Visible For Testing.
+     * @deprecated This API is for unit testing only.
      */
     @Deprecated
     @Override
@@ -64,8 +64,8 @@ public class PlainStringFormattedValue implements FormattedValue {
     /**
      * {@inheritDoc}
      *
-     * @internal ICU 72 technology preview. Visible For Testing.
-     * @deprecated This API is for technology preview only.
+     * @internal Visible For Testing.
+     * @deprecated This API is for unit testing only.
      */
     @Deprecated
     @Override
@@ -76,8 +76,8 @@ public class PlainStringFormattedValue implements FormattedValue {
     /**
      * {@inheritDoc}
      *
-     * @internal ICU 72 technology preview. Visible For Testing.
-     * @deprecated This API is for technology preview only.
+     * @internal Visible For Testing.
+     * @deprecated This API is for unit testing only.
      */
     @Deprecated
     @Override
@@ -95,8 +95,8 @@ public class PlainStringFormattedValue implements FormattedValue {
      *
      * {@inheritDoc}
      *
-     * @internal ICU 72 technology preview. Visible For Testing.
-     * @deprecated This API is for technology preview only.
+     * @internal Visible For Testing.
+     * @deprecated This API is for unit testing only.
      */
     @Deprecated
     @Override
@@ -109,8 +109,8 @@ public class PlainStringFormattedValue implements FormattedValue {
      *
      * {@inheritDoc}
      *
-     * @internal ICU 72 technology preview. Visible For Testing.
-     * @deprecated This API is for technology preview only.
+     * @internal Visible For Testing.
+     * @deprecated This API is for unit testing only.
      */
     @Deprecated
     @Override
@@ -121,8 +121,8 @@ public class PlainStringFormattedValue implements FormattedValue {
     /**
      * {@inheritDoc}
      *
-     * @internal ICU 72 technology preview. Visible For Testing.
-     * @deprecated This API is for technology preview only.
+     * @internal Visible For Testing.
+     * @deprecated This API is for unit testing only.
      */
     @Deprecated
     @Override