git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923782 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2025-02-13 10:55:37 +00:00
parent 3a3effca65
commit 8ad10c0ed7

View File

@ -271,7 +271,7 @@ public class HSSFCell extends CellBase {
*
*/
private void setCellType(CellType cellType, boolean setValue, int row,short col, short styleIndex)
private void setCellType(CellType cellType, boolean setValue, int row, short col, short styleIndex)
{
switch (cellType)
{