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 2016/01/05 19:25:32 UTC

svn commit: r1723145 - /pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java

Author: tilman
Date: Tue Jan  5 18:25:32 2016
New Revision: 1723145

URL: http://svn.apache.org/viewvc?rev=1723145&view=rev
Log:
PDFBOX-2252: restore original comment format for clarity

Modified:
    pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java

Modified: pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java?rev=1723145&r1=1723144&r2=1723145&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java (original)
+++ pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java Tue Jan  5 18:25:32 2016
@@ -184,7 +184,10 @@ public class PDFTextStripper extends PDF
      * beads(or articles), one for each column. The size of the charactersByArticle would be 5, because not all text on
      * the screen will fall into one of the articles. The five divisions are shown below
      *
-     * Text before first article first article text text between first article and second article second article text
+     * Text before first article
+     * first article text
+     * text between first article and second article
+     * second article text
      * text after second article
      *
      * Most PDFs won't have any beads, so charactersByArticle will contain a single entry.