diff options
author | Glen Stampoultzis <glens@apache.org> | 2002-02-27 11:12:38 +0000 |
---|---|---|
committer | Glen Stampoultzis <glens@apache.org> | 2002-02-27 11:12:38 +0000 |
commit | fdabddf4133cc81dc6a08c2d11594290d8d8733e (patch) | |
tree | 1a0d828799283bc4b621c9ac7b29079daf7600cb /src/java/org | |
parent | 5a25601b343b1857987e3eaa10083beb55c7b8e0 (diff) | |
download | poi-fdabddf4133cc81dc6a08c2d11594290d8d8733e.tar.gz poi-fdabddf4133cc81dc6a08c2d11594290d8d8733e.zip |
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
Diffstat (limited to 'src/java/org')
-rw-r--r-- | src/java/org/apache/poi/hssf/usermodel/HSSFRow.java | 2 |
1 files changed, 1 insertions, 1 deletions
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. * <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 * |