remove unnecessary @SuppressWarnings(resource) add Override decorator to SXSSFCell.getCellStyle
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711877 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c0aec91a93
commit
75dd7f9ba3
@ -528,7 +528,7 @@ public class SXSSFCell implements Cell {
|
|||||||
* <code>workbook.getCellStyleAt(0)</code>
|
* <code>workbook.getCellStyleAt(0)</code>
|
||||||
* @see org.apache.poi.ss.usermodel.Workbook#getCellStyleAt(short)
|
* @see org.apache.poi.ss.usermodel.Workbook#getCellStyleAt(short)
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("resource")
|
@Override
|
||||||
public CellStyle getCellStyle()
|
public CellStyle getCellStyle()
|
||||||
{
|
{
|
||||||
if(_style == null){
|
if(_style == null){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user