]> source.dussan.org Git - poi.git/commitdiff
Small change that isn't really important. Just commiting so I don't have any uncommi...
authorGlen Stampoultzis <glens@apache.org>
Wed, 27 Feb 2002 11:12:38 +0000 (11:12 +0000)
committerGlen Stampoultzis <glens@apache.org>
Wed, 27 Feb 2002 11:12:38 +0000 (11:12 +0000)
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

index 5e25a1e921132e1a11757cd7ee2d5a0b7868f58e..f37d5026a5a46b40e5447de14973333b332fa5bc 100644 (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
      *