]> source.dussan.org Git - poi.git/commitdiff
Javadoc fix
authorNick Burch <nick@apache.org>
Wed, 1 Nov 2017 11:21:25 +0000 (11:21 +0000)
committerNick Burch <nick@apache.org>
Wed, 1 Nov 2017 11:21:25 +0000 (11:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1813966 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/usermodel/HSSFCell.java

index ccfddf4a7682c7a696dd07c614e7aa66e4f8181d..4bdb85501dddf4c541c11484d3d48cdb3f8d0c93 100644 (file)
@@ -145,7 +145,7 @@ public class HSSFCell implements Cell {
      * @param row   - the row of this cell
      * @param col   - the column for this cell
      * @param type  - Type of cell
-     * @see org.apache.poi.hssf.usermodel.HSSFRow#createCell(int,int)
+     * @see org.apache.poi.hssf.usermodel.HSSFRow#createCell(int,CellType)
      */
     protected HSSFCell(HSSFWorkbook book, HSSFSheet sheet, int row, short col,
                        CellType type)