javadoc issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895234 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-11-21 14:22:19 +00:00
parent 5c5023e80b
commit 47b4235c15
1 changed files with 0 additions and 1 deletions

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