You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/01/31 11:54:38 UTC

[commons-io] branch master updated: Change to uppercase variable constant. #323.

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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ac1743  Change to uppercase variable constant. #323.
2ac1743 is described below

commit 2ac1743f467734e7f7e48818f142527c981af40b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 31 06:54:33 2022 -0500

    Change to uppercase variable constant. #323.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 322e8c0..6fa1867 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -141,6 +141,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="IO-484" dev="ggregory" type="fix" due-to="Marcono1234, Gary Gregory">
         Fix incorrect FilenameUtils Javadoc for null bytes #310.
       </action>
+      <action issue="IO-484" dev="ggregory" type="fix" due-to="Arturo Bernal">
+        Change to uppercase variable constant. #323.
+      </action>
       <!-- ADD -->
       <action issue="IO-726" dev="ggregory" type="fix" due-to="shollander, Gary Gregory">
         Add MemoryMappedFileInputStream #215.