Author: tilman Date: Fri Jul 23 03:42:35 2021 New Revision: 1891747 URL: http://svn.apache.org/viewvc?rev=1891747&view=rev Log: PDFBOX-4892: improve javadoc
Modified: pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature.java Modified: pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature.java URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature.java?rev=1891747&r1=1891746&r2=1891747&view=diff ============================================================================== --- pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature.java (original) +++ pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature.java Fri Jul 23 03:42:35 2021 @@ -80,7 +80,7 @@ public class CreateVisibleSignature exte * @param y position of the signature field * @param zoomPercent increase (positive value) or decrease (negative value) image with x percent. * @param imageStream input stream of an image. - * @param page the signature should be placed on + * @param page the signature should be placed on (1-based) * @throws IOException */ public void setVisibleSignDesigner(String filename, int x, int y, int zoomPercent,