You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2019/07/27 13:09:33 UTC

svn commit: r1863866 - /pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/io/IOUtils.java

Author: tilman
Date: Sat Jul 27 13:09:33 2019
New Revision: 1863866

URL: http://svn.apache.org/viewvc?rev=1863866&view=rev
Log:
PDFBOX-4610> fix javadoc, as suggested by Alexander Münch

Modified:
    pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/io/IOUtils.java

Modified: pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/io/IOUtils.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/io/IOUtils.java?rev=1863866&r1=1863865&r2=1863866&view=diff
==============================================================================
--- pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/io/IOUtils.java (original)
+++ pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/io/IOUtils.java Sat Jul 27 13:09:33 2019
@@ -126,7 +126,8 @@ public final class IOUtils
      * @param closeable to be closed
      * @param logger the logger to be used so that logging appears under that log instance
      * @param resourceName the name to appear in the log output
-     * @param initialException to be closed
+     * @param initialException if set, this exception will be returned even where there is another
+     * exception while closing the IO resource
      * @return the IOException is there was any but only if initialException is null
      */
     public static IOException closeAndLogException(Closeable closeable, Log logger, String resourceName, IOException initialException)