You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2022/06/17 12:29:49 UTC

svn commit: r1902013 - /pdfbox/trunk/io/src/main/java/org/apache/pdfbox/io/ScratchFileBuffer.java

Author: lehmi
Date: Fri Jun 17 12:29:48 2022
New Revision: 1902013

URL: http://svn.apache.org/viewvc?rev=1902013&view=rev
Log:
PDFBOX-5446: fix javadoc

Modified:
    pdfbox/trunk/io/src/main/java/org/apache/pdfbox/io/ScratchFileBuffer.java

Modified: pdfbox/trunk/io/src/main/java/org/apache/pdfbox/io/ScratchFileBuffer.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/io/src/main/java/org/apache/pdfbox/io/ScratchFileBuffer.java?rev=1902013&r1=1902012&r2=1902013&view=diff
==============================================================================
--- pdfbox/trunk/io/src/main/java/org/apache/pdfbox/io/ScratchFileBuffer.java (original)
+++ pdfbox/trunk/io/src/main/java/org/apache/pdfbox/io/ScratchFileBuffer.java Fri Jun 17 12:29:48 2022
@@ -436,14 +436,13 @@ class ScratchFileBuffer implements Rando
     }
     
     /**
-     * While calling finalize is normally discouraged we will have to
-     * use it here as long as closing a scratch file buffer is not 
-     * done in every case. Currently {@link COSStream} creates new
-     * buffers without closing the old one - which might still be
-     * used.
+     * While calling finalize is normally discouraged we will have to use it here as long as closing a scratch file
+     * buffer is not done in every case. Currently org.apache.pdfbox.cos.COSStream creates new buffers without closing
+     * the old one - which might still be used.
      * 
-     * <p>Enabling debugging one will see if there are still cases
-     * where the buffer is not closed.</p>
+     * <p>
+     * Enabling debugging one will see if there are still cases where the buffer is not closed.
+     * </p>
      */
     @Override
     protected void finalize() throws Throwable