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);