You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/02/14 00:05:02 UTC

svn commit: r1886497 - /poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java

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: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org