From: Glen Stampoultzis Date: Wed, 6 Mar 2002 08:33:20 +0000 (+0000) Subject: Small javadoc fix. This ones seen a lot of action! X-Git-Tag: prelogging~61 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ca1d9a6ca20050760819a4a0e6d36bf711a52f30;p=poi.git 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 --- 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 */