From 421f4a5b42ecc1821be59a15890ead36222882d8 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 a87df50fa..a9baef374 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 */