mirror of https://github.com/apache/poi.git
Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1813966 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a4bc870e46
commit
00ac2545bb
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue