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

commit 4c6a1c101354685d6817670e03610616c3631def
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Aug 23 09:14:17 2023 -0400

    Constructor package-private -> private
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index afb9c337..e8be52d2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                  type="fix" dev="ggregory" due-to="Dimitrios 
Efthymiou, Gary Gregory">Add null-check in 
RandomStringGenerator#Builder#selectFrom() to avoid NullPointerException 
#434.</action>
     <action                  type="fix" dev="ggregory" due-to="Dimitrios 
Efthymiou, Gary Gregory">Add null-check in 
RandomStringGenerator#Builder#withinRange() to avoid 
NullPointerException.</action>
     <action issue="TEXT-228" type="fix" dev="ggregory" due-to="Alex Herbert, 
Gary Gregory">Fix TextStringBuilder to over-allocate when ensuring capacity 
#452.</action>
+    <action                  type="fix" dev="ggregory" due-to="Elliotte Rusty 
Harold, Gary Gregory">Constructor for ResourceBundleStringLookup should be 
private instead of package-private.</action>
     <!-- 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&lt;String, 
Boolean&gt;...).</action>

Reply via email to