mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -58,6 +58,7 @@ public class NullCell implements Cell {
|
||||
return this.row;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public void setCellType(final CellType cellType) {
|
||||
throw new UnsupportedOperationException("Can not set any thing to null cell!");
|
||||
}
|
||||
@@ -72,6 +73,7 @@ public class NullCell implements Cell {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public CellType getCellTypeEnum() {
|
||||
return null;
|
||||
}
|
||||
@@ -81,6 +83,7 @@ public class NullCell implements Cell {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public CellType getCachedFormulaResultTypeEnum() {
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user