Author: tilman
Date: Tue Nov 18 13:55:12 2025
New Revision: 1929831

Log:
PDFBOX-5660: fix javadoc

Modified:
   pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java

Modified: 
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java
==============================================================================
--- pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java 
Tue Nov 18 13:55:07 2025        (r1929830)
+++ pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java 
Tue Nov 18 13:55:12 2025        (r1929831)
@@ -1097,7 +1097,7 @@ public class PDDocument implements Close
      * }</pre>
      * Don't use the input file as target as this will produce a corrupted 
file.
      *
-     * @param output stream to write to. It will be closed when done. It 
<i><b>must never</b></i> point to the source
+     * @param output stream to write to. It <i><b>must never</b></i> point to 
the source
      * file or that one will be harmed!
      * @throws IOException if the output could not be written
      * @throws IllegalStateException if the document was not loaded from a 
file or a stream.
@@ -1133,7 +1133,7 @@ public class PDDocument implements Close
      * <p>
      * Don't use the input file as target as this will produce a corrupted 
file.
      *
-     * @param output stream to write to. It will be closed when done. It 
<i><b>must never</b></i> point to the source
+     * @param output stream to write to. It <i><b>must never</b></i> point to 
the source
      * file or that one will be harmed!
      * @param objectsToWrite objects that <b>must</b> be part of the 
incremental saving.
      * @throws IOException if the output could not be written
@@ -1180,7 +1180,7 @@ public class PDDocument implements Close
      * <p>
      * Don't use the input file as target as this will produce a corrupted 
file.
      *
-     * @param output stream to write the final PDF. It will be closed when the 
document is closed. It <i><b>must
+     * @param output stream to write the final PDF. It <i><b>must
      * never</b></i> point to the source file or that one will be harmed!
      * @return instance to be used for external signing and setting CMS 
signature
      * @throws IOException if the output could not be written

Reply via email to