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 83d586fe Add @FunctionalInterface to FormatFactory
83d586fe is described below
commit 83d586fe8d180b655069e67ef621714285794c4b
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 18 10:45:01 2023 -0400
Add @FunctionalInterface to FormatFactory
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c197892c..192ac2ca 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- ADD -->
<action issue="TEXT-224" type="add" dev="ggregory" due-to="PJ Fanning,
Gary Gregory">Set SecureProcessing feature in XmlStringLookup by
default.</action>
<action issue="TEXT-224" type="add" dev="ggregory" due-to="Gary
Gregory">Add StringLookupFactory.xmlStringLookup(Map<String,
Boolean>...).</action>
+ <action type="add" dev="ggregory" due-to="Gary
Gregory">Add @FunctionalInterface to FormatFactory.</action>
<!-- UPDATE -->
<action type="update" dev="ggregory"
due-to="Dependabot">Bump actions/cache from 3.0.8 to 3.0.10 #361, #365.</action>
<action type="update" dev="ggregory"
due-to="Dependabot">Bump actions/setup-java from 3 to 3.5.1.</action>