Javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1813966 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2017-11-01 11:21:25 +00:00
parent 925a296cc3
commit bae303a412
1 changed files with 1 additions and 1 deletions

View 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)