diff --git a/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java b/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java index ea56cd28c8..c606120434 100644 --- a/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java +++ b/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java @@ -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 null. */ public void setRowStyle(CellStyle style) { if(style == null) {