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
This commit is contained in:
Glen Stampoultzis 2002-02-27 11:12:38 +00:00
parent bf0fc069d4
commit 946c4580ec
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ public class HSSFRow
* Use this to create new cells within the row and return it.
* <p>
* The cell that is returned is a CELL_TYPE_BLANK. The type can be changed
* either through calling setCellValue or setCellType.
* either through calling <code>setCellValue</code> or <code>setCellType</code>.
*
* @param column - the column number this cell represents
*