mirror of https://github.com/apache/poi.git
fix typo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886497 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e47a48283b
commit
c23381076e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue