Explorar el Código

fix typo

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886497 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_1_0
PJ Fanning hace 3 años
padre
commit
c23381076e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java

+ 1
- 1
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java Ver fichero

@@ -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

Cargando…
Cancelar
Guardar