Skip to content

Commit fe24fca

Browse files
committed
Note deprecated methods in class Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1753638 13f79535-47bb-0310-9956-ffa450edef68
1 parent 092bc1c commit fe24fca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/io/IOUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
* <p>
5656
* This class provides static utility methods for input/output operations.
5757
* <ul>
58-
* <li>closeQuietly - these methods close a stream ignoring nulls and exceptions
58+
* <li><b>[Deprecated]</b> closeQuietly - these methods close a stream ignoring nulls and exceptions
5959
* <li>toXxx/read - these methods read data from a stream
6060
* <li>write - these methods write data to a stream
6161
* <li>copy - these methods copy all the data from one stream to another

0 commit comments

Comments
 (0)