@@ -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