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 2018/03/27 18:10:28 UTC

svn commit: r1827852 - /pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/cos/COSDocument.java

Author: tilman
Date: Tue Mar 27 18:10:27 2018
New Revision: 1827852

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

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

Modified: pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/cos/COSDocument.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/cos/COSDocument.java?rev=1827852&r1=1827851&r2=1827852&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/cos/COSDocument.java (original)
+++ pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/cos/COSDocument.java Tue Mar 27 18:10:27 2018
@@ -357,7 +357,7 @@ public class COSDocument extends COSBase
     /**
      * This will get the document catalog.
      *
-     * @return @return The catalog is the root of the document; never null.
+     * @return The catalog that is the root of the document; never null.
      *
      * @throws IOException If no catalog can be found.
      */