From fdabddf4133cc81dc6a08c2d11594290d8d8733e Mon Sep 17 00:00:00 2001 From: Glen Stampoultzis Date: Wed, 27 Feb 2002 11:12:38 +0000 Subject: [PATCH] Small change that isn't really important. Just commiting so I don't have any uncommited stuff. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352121 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/poi/hssf/usermodel/HSSFRow.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/poi/hssf/usermodel/HSSFRow.java b/src/java/org/apache/poi/hssf/usermodel/HSSFRow.java index 5e25a1e921..f37d5026a5 100644 --- a/src/java/org/apache/poi/hssf/usermodel/HSSFRow.java +++ b/src/java/org/apache/poi/hssf/usermodel/HSSFRow.java @@ -162,7 +162,7 @@ public class HSSFRow * Use this to create new cells within the row and return it. *

* The cell that is returned is a CELL_TYPE_BLANK. The type can be changed - * either through calling setCellValue or setCellType. + * either through calling setCellValue or setCellType. * * @param column - the column number this cell represents * -- 2.39.5