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 2015/05/10 16:29:39 UTC

svn commit: r1678562 - /pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/PDFTextStripper.java

Author: tilman
Date: Sun May 10 14:29:39 2015
New Revision: 1678562

URL: http://svn.apache.org/r1678562
Log:
PDFBOX-2792: clarify javadoc

Modified:
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/PDFTextStripper.java

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/PDFTextStripper.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/PDFTextStripper.java?rev=1678562&r1=1678561&r2=1678562&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/PDFTextStripper.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/util/PDFTextStripper.java Sun May 10 14:29:39 2015
@@ -1083,7 +1083,7 @@ public class PDFTextStripper extends PDF
     /**
      * This will set the first page to be extracted by this class.
      *
-     * @param startPageValue New value of property startPage.
+     * @param startPageValue New value of 1-based startPage property.
      */
     public void setStartPage(int startPageValue)
     {
@@ -1106,7 +1106,7 @@ public class PDFTextStripper extends PDF
     /**
      * This will set the last page to be extracted by this class.
      *
-     * @param endPageValue New value of property endPage.
+     * @param endPageValue New value of 1-based endPage property.
      */
     public void setEndPage(int endPageValue)
     {