diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-11-21 14:22:19 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-11-21 14:22:19 +0000 |
commit | 47b4235c15649bd44ec43e5284968baab3fe1acd (patch) | |
tree | 49e5223a8805c4ca478f1903353acef2b9a6dae3 /poi-ooxml | |
parent | 5c5023e80bfbe0b9b80d633a0374adc9b4b602dd (diff) | |
download | poi-47b4235c15649bd44ec43e5284968baab3fe1acd.tar.gz poi-47b4235c15649bd44ec43e5284968baab3fe1acd.zip |
javadoc issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895234 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml')
-rw-r--r-- | poi-ooxml/src/main/java/org/apache/poi/xssf/model/Comments.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/poi-ooxml/src/main/java/org/apache/poi/xssf/model/Comments.java b/poi-ooxml/src/main/java/org/apache/poi/xssf/model/Comments.java index c927af27e8..72f7b114af 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/xssf/model/Comments.java +++ b/poi-ooxml/src/main/java/org/apache/poi/xssf/model/Comments.java @@ -53,7 +53,6 @@ public interface Comments { * * @param cellAddress the address of the cell to find a comment * @return cell comment if one exists, otherwise returns null - * @see #findCellComment(Sheet, CellAddress) */ XSSFComment findCellComment(CellAddress cellAddress); |