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 2018/03/07 17:25:56 UTC

svn commit: r1826142 - /pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java

Author: tilman
Date: Wed Mar  7 17:25:56 2018
New Revision: 1826142

URL: http://svn.apache.org/viewvc?rev=1826142&view=rev
Log:
PDFBOX-4071: fix javadoc

Modified:
    pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java

Modified: pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java?rev=1826142&r1=1826141&r2=1826142&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java (original)
+++ pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java Wed Mar  7 17:25:56 2018
@@ -431,6 +431,7 @@ public class ScratchFile implements Clos
      * data read from provided input stream (input stream is copied to buffer).
      * The buffer data pointer is reset to point to first byte.
      * 
+     * @param input The input stream that is to be copied into the buffer.
      * @return A new buffer containing data read from input stream.
      * 
      * @throws IOException If an error occurred.