This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git


The following commit(s) were added to refs/heads/master by this push:
     new e13a6434 Javadoc
e13a6434 is described below

commit e13a6434d869c6f3f19e0c28e809c4e8db0b9a5a
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 2 22:38:15 2026 +0000

    Javadoc
---
 src/main/java/org/apache/commons/text/ExtendedMessageFormat.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/text/ExtendedMessageFormat.java 
b/src/main/java/org/apache/commons/text/ExtendedMessageFormat.java
index 45adf9f2..93c1f3b6 100644
--- a/src/main/java/org/apache/commons/text/ExtendedMessageFormat.java
+++ b/src/main/java/org/apache/commons/text/ExtendedMessageFormat.java
@@ -197,6 +197,7 @@ public class ExtendedMessageFormat extends MessageFormat {
      * Applies the specified pattern.
      *
      * @param pattern String.
+     * @throws IllegalArgumentException in case of a bad pattern.
      */
     @Override
     public final void applyPattern(final String pattern) {

Reply via email to