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 2014/10/11 23:50:46 UTC

svn commit: r1631131 - /pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDPage.java

Author: tilman
Date: Sat Oct 11 21:50:45 2014
New Revision: 1631131

URL: http://svn.apache.org/r1631131
Log:
PDFBOX-1224: clarify javadoc

Modified:
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDPage.java

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDPage.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDPage.java?rev=1631131&r1=1631130&r2=1631131&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDPage.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDPage.java Sat Oct 11 21:50:45 2014
@@ -618,7 +618,7 @@ public class PDPage implements COSObject
     /**
      * This will set the rotation for this page.
      *
-     * @param rotation The new rotation for this page.
+     * @param rotation The new rotation for this page in degrees.
      */
     public void setRotation( int rotation )
     {