Author: tilman
Date: Fri May 23 13:58:27 2025
New Revision: 1925762

URL: http://svn.apache.org/viewvc?rev=1925762&view=rev
Log:
PDFBOX-6012: remove outdated javadoc, thanks Jan Luehe

Modified:
    
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdfwriter/COSWriter.java

Modified: 
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdfwriter/COSWriter.java
URL: 
http://svn.apache.org/viewvc/pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdfwriter/COSWriter.java?rev=1925762&r1=1925761&r2=1925762&view=diff
==============================================================================
--- 
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdfwriter/COSWriter.java
 (original)
+++ 
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdfwriter/COSWriter.java
 Fri May 23 13:58:27 2025
@@ -233,8 +233,7 @@ public class COSWriter implements ICOSVi
     /**
      * COSWriter constructor.
      *
-     * @param outputStream The output stream to write the PDF. It will be 
closed when this object is
-     * closed.
+     * @param outputStream The output stream to write the PDF.
      */
     public COSWriter(OutputStream outputStream)
     {
@@ -244,7 +243,7 @@ public class COSWriter implements ICOSVi
     /**
      * COSWriter constructor.
      *
-     * @param outputStream The output stream to write the PDF. It will be 
closed when this object is closed.
+     * @param outputStream The output stream to write the PDF.
      * @param compressParameters The configuration for the document's 
compression.
      */
     public COSWriter(OutputStream outputStream, CompressParameters 
compressParameters)
@@ -259,8 +258,7 @@ public class COSWriter implements ICOSVi
      * {@link COSUpdateInfo#isNeedToBeUpdated()} set, starting from the 
document catalog. For signatures this is taken
      * care by PDFBox itself.
      *
-     * @param outputStream output stream where the new PDF data will be 
written. It will be closed when this object is
-     * closed.
+     * @param outputStream output stream where the new PDF data will be 
written.
      * @param inputData random access read containing source PDF data
      *
      * @throws IOException if something went wrong
@@ -284,8 +282,7 @@ public class COSWriter implements ICOSVi
      * dictionaries are supported; if you need to update other objects 
classes, then add their
      * parent dictionary.
      *
-     * @param outputStream output stream where the new PDF data will be 
written. It will be closed
-     * when this object is closed.
+     * @param outputStream output stream where the new PDF data will be 
written.
      * @param inputData random access read containing source PDF data.
      * @param objectsToWrite objects that <b>must</b> be part of the 
incremental saving.
      * @throws IOException if something went wrong


Reply via email to