]> source.dussan.org Git - poi.git/commitdiff
javadoc
authorJaven O'Neal <onealj@apache.org>
Sun, 29 Nov 2015 11:39:36 +0000 (11:39 +0000)
committerJaven O'Neal <onealj@apache.org>
Sun, 29 Nov 2015 11:39:36 +0000 (11:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717038 13f79535-47bb-0310-9956-ffa450edef68

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

index ea56cd28c8f85a7b9155f9d9aab064f1a6fb6323..c606120434c15251874e7e8588029404b5d8935f 100644 (file)
@@ -396,6 +396,7 @@ public class SXSSFRow implements Row
     
     /**
      * Applies a whole-row cell styling to the row.
+     * The row style can be cleared by passing in <code>null</code>.
      */
     public void setRowStyle(CellStyle style) {
        if(style == null) {