aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java')
-rw-r--r--src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java b/src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java
index a87df50fa6..a9baef3740 100644
--- a/src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java
+++ b/src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java
@@ -840,7 +840,8 @@ public class HSSFCellStyle
* cs.setFillPattern(HSSFCellStyle.SOLID_FILL );
* cs.setFillForgroundColor(HSSFSeCellStyle.RED);
* </pre>
- * You will need to set the fill style first.
+ * It is necessary to set the fill style in order
+ * for the color to be shown in the cell.
*
* @param bg color
*/