mirror of https://github.com/apache/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
This commit is contained in:
parent
5a25601b34
commit
fdabddf413
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue