Author: tilman
Date: Wed Mar  7 17:25:51 2018
New Revision: 1826141

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

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

Modified: 
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java
URL: 
http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java?rev=1826141&r1=1826140&r2=1826141&view=diff
==============================================================================
--- 
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java 
(original)
+++ 
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/io/ScratchFile.java 
Wed Mar  7 17:25:51 2018
@@ -408,6 +408,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.


Reply via email to