Repository: commons-io Updated Branches: refs/heads/master 90b2e4649 -> 9cd45f468
[IO-570] Missing Javadoc in FilenameUtils causing Travis-CI build to fail. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/9cd45f46 Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/9cd45f46 Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/9cd45f46 Branch: refs/heads/master Commit: 9cd45f468cbb87eba7b667172d6c6a21ad914872 Parents: 90b2e46 Author: Gary Gregory <[email protected]> Authored: Thu Mar 8 08:49:54 2018 -0700 Committer: Gary Gregory <[email protected]> Committed: Thu Mar 8 08:49:54 2018 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-io/blob/9cd45f46/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 16a3dd9..a65f3bd 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -53,6 +53,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="IO-557" dev="pschumacher" type="fix" due-to="luccioman"> Perform locale independent upper case conversions. </action> + <action issue="IO-570" dev="ggregory" type="fix" due-to="Pranet Verma"> + Missing Javadoc in FilenameUtils causing Travis-CI build to fail. + </action> </release> <release version="2.6" date="2017-10-15" description="Java 7 required, Java 9 supported.">
