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/01/22 00:20:12 UTC

[commons-io] branch master updated: Minor tweak.

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 498de1d  Minor tweak.
498de1d is described below

commit 498de1d0c791ef4409cbfc3cb1218d385685ebe1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jan 21 19:20:07 2021 -0500

    Minor tweak.
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 589d011..dd482b2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,7 +55,7 @@ The <action> type attribute can be add,update,fix,remove.
         FileUtils: Remove Instant->ZonedDateTime->Instant round-trip.
       </action>
       <action dev="ggregory" type="fix" due-to="Michael Ernst, Gary Gregory">
-        Make `FilenameUtils.equals()` not throw an exception #154.
+        Make FilenameUtils.equals() not throw an exception #154.
       </action>
       <action dev="ggregory" type="fix" due-to="Jan Peter Stotz, Bernd Eckenfels, Gary Gregory">
         Un-deprecate IOUtils.closeQuietly() methods.