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/09/06 17:35:53 UTC

svn commit: r1840241 - /pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocumentNameDictionary.java

Author: tilman
Date: Thu Sep  6 17:35:53 2018
New Revision: 1840241

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

Modified:
    pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocumentNameDictionary.java

Modified: pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocumentNameDictionary.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocumentNameDictionary.java?rev=1840241&r1=1840240&r2=1840241&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocumentNameDictionary.java (original)
+++ pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocumentNameDictionary.java Thu Sep  6 17:35:53 2018
@@ -75,8 +75,8 @@ public class PDDocumentNameDictionary im
     }
 
     /**
-     * Get the destination named tree node.  The value in this name tree will be PDDestination
-     * objects.
+     * Get the destination named tree node. The values in this name tree will be
+     * PDPageDestination objects.
      *
      * @return The destination name tree node.
      */
@@ -118,8 +118,8 @@ public class PDDocumentNameDictionary im
     }
 
     /**
-     * Get the embedded files named tree node.  The value in this name tree will be PDComplexFileSpecification
-     * objects.
+     * Get the embedded files named tree node. The values in this name tree will
+     * be PDComplexFileSpecification objects.
      *
      * @return The embedded files name tree node.
      */
@@ -148,7 +148,8 @@ public class PDDocumentNameDictionary im
     }
 
     /**
-     * Get the document level javascript entries.  The value in this name tree will be PDTextStream.
+     * Get the document level javascript entries. The values in this name tree
+     * will be PDTextStream objects.
      *
      * @return The document level named javascript.
      */