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 2019/09/23 16:56:28 UTC

svn commit: r1867378 - /pdfbox/branches/issue4569/preflight/src/main/java/org/apache/pdfbox/preflight/parser/PreflightParser.java

Author: tilman
Date: Mon Sep 23 16:56:27 2019
New Revision: 1867378

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

Modified:
    pdfbox/branches/issue4569/preflight/src/main/java/org/apache/pdfbox/preflight/parser/PreflightParser.java

Modified: pdfbox/branches/issue4569/preflight/src/main/java/org/apache/pdfbox/preflight/parser/PreflightParser.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/issue4569/preflight/src/main/java/org/apache/pdfbox/preflight/parser/PreflightParser.java?rev=1867378&r1=1867377&r2=1867378&view=diff
==============================================================================
--- pdfbox/branches/issue4569/preflight/src/main/java/org/apache/pdfbox/preflight/parser/PreflightParser.java (original)
+++ pdfbox/branches/issue4569/preflight/src/main/java/org/apache/pdfbox/preflight/parser/PreflightParser.java Mon Sep 23 16:56:27 2019
@@ -151,7 +151,7 @@ public class PreflightParser extends PDF
      * Constructor. This one is slower than the file and the filename constructors, because
      * a temporary file will be created.
      *
-     * @param dataSource the datasource
+     * @param source
      * @throws IOException if there is a reading error.
      */
     public PreflightParser(RandomAccessRead source) throws IOException
@@ -165,7 +165,7 @@ public class PreflightParser extends PDF
      * Constructor. This one is slower than the file and the filename constructors, because
      * a temporary file will be created.
      *
-     * @param dataSource the datasource
+     * @param source
      * @param scratch
      * @throws IOException if there is a reading error.
      */