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 2021/09/03 13:49:02 UTC

[commons-io] branch master updated: Drop unnecessary casts and conversions #267.

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 d75f7eb  Drop unnecessary casts and conversions #267.
d75f7eb is described below

commit d75f7ebb92df6348117e8dd99683dac1dad07bb5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 3 09:49:00 2021 -0400

    Drop unnecessary casts and conversions #267.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e399d5c..feb6e8e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -129,6 +129,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="add" due-to="Gary Gregory">
         Add PathUtils.getTempDirectory().
       </action>
+      <action issue="IO-746" dev="ggregory" type="add" due-to="Davide Angelocola">
+        Drop unnecessary casts and conversions #267.
+      </action>
       <!-- UPDATE -->
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump Maven Javadoc plugin from 3.2.0 to 3.3.0.