git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717038 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2015-11-29 11:39:36 +00:00
parent 7619f0c38f
commit db3028defb
1 changed files with 1 additions and 0 deletions

View 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) {