]> source.dussan.org Git - poi.git/commitdiff
javadoc issue
authorPJ Fanning <fanningpj@apache.org>
Sun, 21 Nov 2021 14:22:19 +0000 (14:22 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sun, 21 Nov 2021 14:22:19 +0000 (14:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895234 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/main/java/org/apache/poi/xssf/model/Comments.java

index c927af27e89a3aff04b9863704f0930e748119a5..72f7b114afb21dd78b4a6fd4f8eef1508f837f2c 100644 (file)
@@ -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);