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/21 16:00:08 UTC

svn commit: r1867293 - /pdfbox/trunk/pdfbox/src/test/java/org/apache/pdfbox/rendering/TestPDFToImage.java

Author: tilman
Date: Sat Sep 21 16:00:08 2019
New Revision: 1867293

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

Modified:
    pdfbox/trunk/pdfbox/src/test/java/org/apache/pdfbox/rendering/TestPDFToImage.java

Modified: pdfbox/trunk/pdfbox/src/test/java/org/apache/pdfbox/rendering/TestPDFToImage.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/test/java/org/apache/pdfbox/rendering/TestPDFToImage.java?rev=1867293&r1=1867292&r2=1867293&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/src/test/java/org/apache/pdfbox/rendering/TestPDFToImage.java (original)
+++ pdfbox/trunk/pdfbox/src/test/java/org/apache/pdfbox/rendering/TestPDFToImage.java Sat Sep 21 16:00:08 2019
@@ -151,13 +151,13 @@ public class TestPDFToImage
 
     /**
      * Get the difference between two images, identical colors are set to white, differences are
-     * xored, the highest bit of each color is reset to avoid colors that are too light
+     * xored, the highest bit of each color is reset to avoid colors that are too light.
      *
      * @param bim1
      * @param bim2
-     * @return If the images are different, the function returns a diff image If the images are
-     * identical, the function returns null If the size is different, a black border on the botton
-     * and the right is created
+     * @return If the images are different, the function returns a diff image. If the images are
+     * identical, the function returns null. If the size is different, a black border on the bottom
+     * at the right is created.
      *
      * @throws IOException
      */