From bae303a412bce1e1d3a2f5494e9e75a67ea47107 Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Wed, 1 Nov 2017 11:21:25 +0000 Subject: [PATCH] Javadoc fix 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/poi/hssf/usermodel/HSSFCell.java b/src/java/org/apache/poi/hssf/usermodel/HSSFCell.java index ccfddf4a7..4bdb85501 100644 --- a/src/java/org/apache/poi/hssf/usermodel/HSSFCell.java +++ b/src/java/org/apache/poi/hssf/usermodel/HSSFCell.java @@ -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)