From 5be286e1ade49ae198165ddc1fba855a46c32ec5 Mon Sep 17 00:00:00 2001 From: Mihai Nita Date: Thu, 19 Sep 2024 14:49:56 -0700 Subject: [PATCH] Implement more review feedback --- .../src/main/java/com/ibm/icu/message2/MessageFormatter.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/icu4j/main/core/src/main/java/com/ibm/icu/message2/MessageFormatter.java b/icu4j/main/core/src/main/java/com/ibm/icu/message2/MessageFormatter.java index 1a8c26a9d563..ec60b42bec4c 100644 --- a/icu4j/main/core/src/main/java/com/ibm/icu/message2/MessageFormatter.java +++ b/icu4j/main/core/src/main/java/com/ibm/icu/message2/MessageFormatter.java @@ -370,9 +370,6 @@ public Builder setPattern(String pattern) { /** * Sets the {@link ErrorHandlingBehavior} to use when encountering errors at formatting time. * - *

Parsing errors always throw and not affected by this setting. - * But formatting errors will try to fallback (if possible) or throw, depending on this setting.

- * *

The default value is {@code ErrorHandlingBehavior.BEST_EFFORT}, trying to fallback.

* * @param the error handling behavior to use.