git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886497 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-02-14 00:05:02 +00:00
parent e47a48283b
commit c23381076e
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ public class XSSFSheet extends POIXMLDocumentPart implements Sheet {
* Get a Hyperlink in this sheet anchored at row, column
*
* @param row The row where the hyperlink is anchored
* @param column The column where the hyperlinkn is anchored
* @param column The column where the hyperlink is anchored
* @return hyperlink if there is a hyperlink anchored at row, column; otherwise returns null
*/
@Override