Author: fanningpj
Date: Sun Nov 21 14:50:37 2021
New Revision: 1895235
URL: http://svn.apache.org/viewvc?rev=1895235&view=rev
Log:
javadoc issue
Modified:
poi/trunk/poi/src/main/java/org/apache/poi/ss/usermodel/Comment.java
Modified: poi/trunk/poi/src/main/java/org/apache/poi/ss/usermodel/Comment.java
URL:
http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/ss/usermodel/Comment.java?rev=1895235&r1=1895234&r2=1895235&view=diff
==============================================================================
--- poi/trunk/poi/src/main/java/org/apache/poi/ss/usermodel/Comment.java
(original)
+++ poi/trunk/poi/src/main/java/org/apache/poi/ss/usermodel/Comment.java Sun
Nov 21 14:50:37 2021
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]