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 2019/07/01 19:44:11 UTC

[commons-io] branch master updated: [IO-610] Remove throws IOException in method isSymlink() #80.

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 5021522  [IO-610] Remove throws IOException in method isSymlink() #80.
5021522 is described below

commit 5021522738bdf157cb1f5bb5b884fb4a73cef0c0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jul 1 15:44:07 2019 -0400

    [IO-610] Remove throws IOException in method isSymlink() #80.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4ee6be6..b8ac8f1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -107,6 +107,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="IO-607" dev="ggregory" type="update" due-to="Gary Gregory">
         Update from Java 7 to Java 8.
       </action>
+      <action issue="IO-610" dev="ggregory" type="update" due-to="Sebastian">
+        Remove throws IOException in method isSymlink() #80.
+      </action>
     </release>
 
     <release version="2.6" date="2017-10-15" description="Java 7 required, Java 9 supported.">