This is an automated email from the ASF dual-hosted git repository.
ggregory 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 4d89886 Javadoc.
4d89886 is described below
commit 4d898861b35f010bbbbbb04980b3100e99607906
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Mar 21 10:48:04 2022 -0400
Javadoc.
---
src/main/java/org/apache/commons/text/ExtendedMessageFormat.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/text/ExtendedMessageFormat.java
b/src/main/java/org/apache/commons/text/ExtendedMessageFormat.java
index f64ff60..bbf15c8 100644
--- a/src/main/java/org/apache/commons/text/ExtendedMessageFormat.java
+++ b/src/main/java/org/apache/commons/text/ExtendedMessageFormat.java
@@ -112,7 +112,7 @@ public class ExtendedMessageFormat extends MessageFormat {
private String toPattern;
/**
- * Our registry of FormatFactory's.
+ * Our registry of FormatFactory.
*/
private final Map<String, ? extends FormatFactory> registry;