Author: ggregory
Date: Fri May 20 23:38:36 2016
New Revision: 1744815
URL: http://svn.apache.org/viewvc?rev=1744815&view=rev
Log:
Fix ticket #.
Modified:
commons/proper/io/trunk/src/changes/changes.xml
Modified: commons/proper/io/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/src/changes/changes.xml?rev=1744815&r1=1744814&r2=1744815&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Fri May 20 23:38:36 2016
@@ -59,7 +59,7 @@ The <action> type attribute can be add,u
<action issue="IO-505" dev="ggregory" type="update" due-to="Christian
Schulte">
Make LineIterator implement Closeable to support try-with-resources
statements.
</action>
- <action issue="IO-505" dev="ggregory" type="update" due-to="Christian
Schulte">
+ <action issue="IO-504" dev="ggregory" type="update" due-to="Christian
Schulte">
Deprecated of all IOUtils.closeQuietly() methods and use
try-with-resources internally.
</action>
<action issue="IO-507" dev="ggregory" type="new">