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 2017/06/30 18:25:13 UTC

svn commit: r1800447 - /pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotation.java

Author: tilman
Date: Fri Jun 30 18:25:13 2017
New Revision: 1800447

URL: http://svn.apache.org/viewvc?rev=1800447&view=rev
Log:
PDFBOX-3847: clarify javadoc

Modified:
    pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotation.java

Modified: pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotation.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotation.java?rev=1800447&r1=1800446&r2=1800447&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotation.java (original)
+++ pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotation.java Fri Jun 30 18:25:13 2017
@@ -633,7 +633,7 @@ public abstract class PDAnnotation imple
      * optional dash array defining a pattern of dashes and gaps that shall be used in drawing the
      * border. If the array has less than three elements, it will be filled with 0.
      *
-     * @return the border array.
+     * @return the border array, never null.
      */
     public COSArray getBorder()
     {