Author: fanningpj
Date: Sun Feb 14 00:05:02 2021
New Revision: 1886497
URL: http://svn.apache.org/viewvc?rev=1886497&view=rev
Log:
fix typo
Modified:
poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java
Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java?rev=1886497&r1=1886496&r2=1886497&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java
(original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java Sun
Feb 14 00:05:02 2021
@@ -826,7 +826,7 @@ public class XSSFSheet extends POIXMLDoc
* 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]