From ca1d9a6ca20050760819a4a0e6d36bf711a52f30 Mon Sep 17 00:00:00 2001 From: Glen Stampoultzis Date: Wed, 6 Mar 2002 08:33:20 +0000 Subject: [PATCH] Small javadoc fix. This ones seen a lot of action! git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352151 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); * - * 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 */ -- 2.39.5