diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-02-14 00:05:02 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-02-14 00:05:02 +0000 |
commit | c23381076e8a9a88e341c3735bf8bf60ed26cc8a (patch) | |
tree | 6a685aae03d8b5495d4bcd8167a3ec14bce0ed90 | |
parent | e47a48283b99df845182c8e98063803ff5003fcf (diff) | |
download | poi-c23381076e8a9a88e341c3735bf8bf60ed26cc8a.tar.gz poi-c23381076e8a9a88e341c3735bf8bf60ed26cc8a.zip |
fix typo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886497 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java b/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java index b4ed883854..fd5a06ec7c 100644 --- a/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java +++ b/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java @@ -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 |