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 2014/03/13 19:03:24 UTC

svn commit: r1577263 - /pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/util/PDFMergerUtility.java

Author: tilman
Date: Thu Mar 13 18:03:24 2014
New Revision: 1577263

URL: http://svn.apache.org/r1577263
Log:
PDFBOX-1964: improved javadoc

Modified:
    pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/util/PDFMergerUtility.java

Modified: pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/util/PDFMergerUtility.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/util/PDFMergerUtility.java?rev=1577263&r1=1577262&r2=1577263&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/util/PDFMergerUtility.java (original)
+++ pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/util/PDFMergerUtility.java Thu Mar 13 18:03:24 2014
@@ -187,7 +187,7 @@ public class PDFMergerUtility
      * the result in the destination file.
      *
      * @param scratchFile location to store temp PDFBox data for this output
-     * document
+     * document, can be null if temp data is to be stored in memory
      * @throws IOException If there is an error saving the document.
      */
     public void mergeDocumentsNonSeq(RandomAccess scratchFile) throws IOException