summaryrefslogtreecommitdiffstats
path: root/poi
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-11-21 14:50:37 +0000
committerPJ Fanning <fanningpj@apache.org>2021-11-21 14:50:37 +0000
commitee319444447867a15a323f5801466eca500606b7 (patch)
treea77b67b31ab9f2ed87df7a0dd1507d33911620ab /poi
parent47b4235c15649bd44ec43e5284968baab3fe1acd (diff)
downloadpoi-ee319444447867a15a323f5801466eca500606b7.tar.gz
poi-ee319444447867a15a323f5801466eca500606b7.zip
javadoc issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895235 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi')
-rw-r--r--poi/src/main/java/org/apache/poi/ss/usermodel/Comment.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/poi/src/main/java/org/apache/poi/ss/usermodel/Comment.java b/poi/src/main/java/org/apache/poi/ss/usermodel/Comment.java
index ea7a49ab32..dffb1fcb94 100644
--- a/poi/src/main/java/org/apache/poi/ss/usermodel/Comment.java
+++ b/poi/src/main/java/org/apache/poi/ss/usermodel/Comment.java
@@ -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