mirror of https://github.com/apache/poi.git
Small comment correction.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352365 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4f1b55bf77
commit
7bb8e7ade6
|
@ -263,7 +263,7 @@ public class HSSFRow
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* used internally to add a cell. Pass anything in for dummy boolean. (possibly used in later versions)
|
* used internally to add a cell.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
private void addCell(HSSFCell cell)
|
private void addCell(HSSFCell cell)
|
||||||
|
|
Loading…
Reference in New Issue