Skip to content

Commit c412cc5

Browse files
committed
PDFBOX-5660: fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1929831 13f79535-47bb-0310-9956-ffa450edef68
1 parent 85c8f97 commit c412cc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ private void subsetDesignatedFonts() throws IOException
10971097
* }</pre>
10981098
* Don't use the input file as target as this will produce a corrupted file.
10991099
*
1100-
* @param output stream to write to. It will be closed when done. It <i><b>must never</b></i> point to the source
1100+
* @param output stream to write to. It <i><b>must never</b></i> point to the source
11011101
* file or that one will be harmed!
11021102
* @throws IOException if the output could not be written
11031103
* @throws IllegalStateException if the document was not loaded from a file or a stream.
@@ -1133,7 +1133,7 @@ public void saveIncremental(OutputStream output) throws IOException
11331133
* <p>
11341134
* Don't use the input file as target as this will produce a corrupted file.
11351135
*
1136-
* @param output stream to write to. It will be closed when done. It <i><b>must never</b></i> point to the source
1136+
* @param output stream to write to. It <i><b>must never</b></i> point to the source
11371137
* file or that one will be harmed!
11381138
* @param objectsToWrite objects that <b>must</b> be part of the incremental saving.
11391139
* @throws IOException if the output could not be written
@@ -1180,7 +1180,7 @@ public void saveIncremental(OutputStream output, Set<COSDictionary> objectsToWri
11801180
* <p>
11811181
* Don't use the input file as target as this will produce a corrupted file.
11821182
*
1183-
* @param output stream to write the final PDF. It will be closed when the document is closed. It <i><b>must
1183+
* @param output stream to write the final PDF. It <i><b>must
11841184
* never</b></i> point to the source file or that one will be harmed!
11851185
* @return instance to be used for external signing and setting CMS signature
11861186
* @throws IOException if the output could not be written

0 commit comments

Comments
 (0)