Author: fanningpj
Date: Sun Nov 21 14:22:19 2021
New Revision: 1895234
URL: http://svn.apache.org/viewvc?rev=1895234&view=rev
Log:
javadoc issue
Modified:
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/model/Comments.java
Modified:
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/model/Comments.java
URL:
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/model/Comments.java?rev=1895234&r1=1895233&r2=1895234&view=diff
==============================================================================
--- poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/model/Comments.java
(original)
+++ poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/model/Comments.java
Sun Nov 21 14:22:19 2021
@@ -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);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]