]> source.dussan.org Git - poi.git/commitdiff
Small javadoc fix. This ones seen a lot of action!
authorGlen Stampoultzis <glens@apache.org>
Wed, 6 Mar 2002 08:33:20 +0000 (08:33 +0000)
committerGlen Stampoultzis <glens@apache.org>
Wed, 6 Mar 2002 08:33:20 +0000 (08:33 +0000)
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

index a87df50fa6570436cd00ae51262fa1255d0326c4..a9baef3740ab4d741fb8ee971d7a6629bf01143f 100644 (file)
@@ -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
      */