Author: tilman
Date: Tue Nov 18 13:55:07 2025
New Revision: 1929830
Log:
PDFBOX-5660: fix javadoc
Modified:
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java
Modified:
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java
==============================================================================
---
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java
Tue Nov 18 12:35:31 2025 (r1929829)
+++
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java
Tue Nov 18 13:55:07 2025 (r1929830)
@@ -1095,7 +1095,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!
* @throws IOException if the output could not be written
* @throws IllegalStateException if the document was not loaded from a
file or a stream.
@@ -1131,7 +1131,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
@@ -1178,7 +1178,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