mirror of
https://github.com/apache/poi.git
synced 2025-03-06 17:09:08 +00:00
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
0cf380969d
commit
2694b9a32d
@ -528,7 +528,7 @@ public class SXSSFCell implements Cell {
|
||||
* <code>workbook.getCellStyleAt(0)</code>
|
||||
* @see org.apache.poi.ss.usermodel.Workbook#getCellStyleAt(short)
|
||||
*/
|
||||
@SuppressWarnings("resource")
|
||||
@Override
|
||||
public CellStyle getCellStyle()
|
||||
{
|
||||
if(_style == null){
|
||||
|
Loading…
x
Reference in New Issue
Block a user