Browse Source

javadoc issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895235 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_0
PJ Fanning 2 years ago
parent
commit
ee31944444
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      poi/src/main/java/org/apache/poi/ss/usermodel/Comment.java

+ 2
- 2
poi/src/main/java/org/apache/poi/ss/usermodel/Comment.java View 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();
}

Loading…
Cancel
Save