]> source.dussan.org Git - poi.git/commitdiff
remove unnecessary @SuppressWarnings(resource) add Override decorator to SXSSFCell...
authorJaven O'Neal <onealj@apache.org>
Mon, 2 Nov 2015 02:06:43 +0000 (02:06 +0000)
committerJaven O'Neal <onealj@apache.org>
Mon, 2 Nov 2015 02:06:43 +0000 (02:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711877 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFCell.java

index 2e5e01f21708432af8f49c907c981f64219b7f1f..126d90c335be249e33fb3a32e721e08f4c8a4f9d 100644 (file)
@@ -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){