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 2023/06/07 19:20:47 UTC

[commons-io] branch master updated: End sentence.

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 916cda63 End sentence.
916cda63 is described below

commit 916cda638f507ad858f8ca819517b53117dff34a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jun 7 15:20:43 2023 -0400

    End sentence.
---
 src/changes/changes.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 88ddad76..e316d567 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,10 +67,10 @@ The <action> type attribute can be add,update,fix,remove.
         FileAlreadyExistsException in PathUtils.createParentDirectories(Path, LinkOption, FileAttribute...).
       </action>
       <action dev="ggregory" type="fix" due-to="Gary Gregory">
-        Only read the relevant portion of a file in AbstractOrigin.FileOrigin.getByteArray(long, int)
+        Only read the relevant portion of a file in AbstractOrigin.FileOrigin.getByteArray(long, int).
       </action>
       <action dev="ggregory" type="fix" due-to="Gary Gregory">
-        Only read the relevant portion of a file in AbstractOrigin.PathOrigin.getByteArray(long, int)
+        Only read the relevant portion of a file in AbstractOrigin.PathOrigin.getByteArray(long, int).
       </action>
       <action dev="ggregory" type="fix" due-to="Shai Shapira, Gary Gregory" issue="IO-798">
         DeferredFileOutputStream throws exception when system temp dir is a symlink.