You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2020/02/01 12:11:10 UTC

svn commit: r1873471 - /pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/cos/COSDocument.java

Author: tilman
Date: Sat Feb  1 12:11:10 2020
New Revision: 1873471

URL: http://svn.apache.org/viewvc?rev=1873471&view=rev
Log:
PDFBOX-4738: improve javadoc

Modified:
    pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/cos/COSDocument.java

Modified: pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/cos/COSDocument.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/cos/COSDocument.java?rev=1873471&r1=1873470&r2=1873471&view=diff
==============================================================================
--- pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/cos/COSDocument.java (original)
+++ pdfbox/branches/issue45/pdfbox/src/main/java/org/apache/pdfbox/cos/COSDocument.java Sat Feb  1 12:11:10 2020
@@ -384,7 +384,8 @@ public class COSDocument extends COSBase
     }
 
     /**
-     * This will get a list of all available objects.
+     * This will get a list of all available objects. This method works only for loaded PDFs. It
+     * will return an empty list for PDFs created from scratch. This method will be removed in 3.0.
      *
      * @return A list of all objects, never null.
      */