From f5367befba65cc6a94cea5ff557bf72f1af9254c Mon Sep 17 00:00:00 2001 From: Mihai Nita Date: Tue, 20 Sep 2022 14:32:52 -0700 Subject: [PATCH] ICU-22124 Update the MessageFormat v2 links to the main branch --- .../core/src/com/ibm/icu/message2/MessageFormatter.java | 2 +- .../classes/core/src/com/ibm/icu/message2/Mf2DataModel.java | 4 ++-- icu4j/main/classes/core/src/com/ibm/icu/message2/package.html | 2 +- .../src/com/ibm/icu/dev/test/message2/Mf2FeaturesTest.java | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/icu4j/main/classes/core/src/com/ibm/icu/message2/MessageFormatter.java b/icu4j/main/classes/core/src/com/ibm/icu/message2/MessageFormatter.java index 7c9265ad03e..26d07003c1c 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/message2/MessageFormatter.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/message2/MessageFormatter.java @@ -30,7 +30,7 @@ import java.util.Map; * is hosted on GitHub.

* *

The current specification for the syntax and data model can be found - * here.

+ * here.

* *

This tech preview implements enough of the {@code MessageFormat} functions to be useful, * but the final set of functions and the parameters accepted by those functions is not yet finalized.

diff --git a/icu4j/main/classes/core/src/com/ibm/icu/message2/Mf2DataModel.java b/icu4j/main/classes/core/src/com/ibm/icu/message2/Mf2DataModel.java index 7fb30e5247d..e848a818504 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/message2/Mf2DataModel.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/message2/Mf2DataModel.java @@ -16,9 +16,9 @@ import java.util.StringJoiner; * This maps closely to the official specification. * Since it is not final, we will not add javadoc everywhere. * - *

See the + *

See the * description of the syntax with examples and use cases and the corresponding - * EBNF.

+ * EBNF.

* * @internal ICU 72 technology preview * @deprecated This API is for ICU internal use only. diff --git a/icu4j/main/classes/core/src/com/ibm/icu/message2/package.html b/icu4j/main/classes/core/src/com/ibm/icu/message2/package.html index 95e8f7ae8db..4e110036115 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/message2/package.html +++ b/icu4j/main/classes/core/src/com/ibm/icu/message2/package.html @@ -9,7 +9,7 @@

Tech Preview implementation of the -MessageFormat v2 specification.

+MessageFormat v2 specification.

diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/Mf2FeaturesTest.java b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/Mf2FeaturesTest.java index b12bda11214..6028288c1b4 100644 --- a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/Mf2FeaturesTest.java +++ b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/Mf2FeaturesTest.java @@ -20,7 +20,7 @@ import com.ibm.icu.util.CurrencyAmount; * Trying to show off most of the features in one place. * *

It covers the examples in the - * spec document, + * spec document, * except for the custom formatters ones, which are too verbose and were moved to separate test classes.

*

*/