From: Glen Stampoultzis Date: Wed, 27 Feb 2002 11:12:38 +0000 (+0000) Subject: Small change that isn't really important. Just commiting so I don't have any uncommi... X-Git-Tag: prelogging~91 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fdabddf4133cc81dc6a08c2d11594290d8d8733e;p=poi.git 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 --- 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 *