From commits-return-13058-archive-asf-public=cust-asf.ponee.io@pdfbox.apache.org Thu Sep 6 19:35:56 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8ED15180668 for ; Thu, 6 Sep 2018 19:35:55 +0200 (CEST) Received: (qmail 27046 invoked by uid 500); 6 Sep 2018 17:35:54 -0000 Mailing-List: contact commits-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list commits@pdfbox.apache.org Received: (qmail 27037 invoked by uid 99); 6 Sep 2018 17:35:54 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Sep 2018 17:35:54 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id EDFF93A01AE for ; Thu, 6 Sep 2018 17:35:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1840241 - /pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocumentNameDictionary.java Date: Thu, 06 Sep 2018 17:35:53 -0000 To: commits@pdfbox.apache.org From: tilman@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180906173553.EDFF93A01AE@svn01-us-west.apache.org> 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. */