]> source.dussan.org Git - poi.git/commitdiff
javadoc issue
authorPJ Fanning <fanningpj@apache.org>
Sun, 21 Nov 2021 14:50:37 +0000 (14:50 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sun, 21 Nov 2021 14:50:37 +0000 (14:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895235 13f79535-47bb-0310-9956-ffa450edef68

poi/src/main/java/org/apache/poi/ss/usermodel/Comment.java

index ea7a49ab32e525d7312669c376de08d4ba7f3b88..dffb1fcb947fcf570e10aafc1b6706f06e03f67f 100644 (file)
@@ -112,13 +112,13 @@ public interface Comment {
     void setString(RichTextString string);
 
     /**
-     * Return defines position of this anchor in the sheet.
+     * Return defined position of this anchor in the sheet.
      * The anchor is the yellow box/balloon that is rendered on top of the sheets
      * when the comment is visible.
      *
      * To associate a comment with a different cell, use {@link #setAddress}.
      *
-     * @return defines position of this anchor in the sheet
+     * @return defined position of this anchor in the sheet, can be null
      */
     ClientAnchor getClientAnchor();
 }
\ No newline at end of file