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
This commit is contained in:
Glen Stampoultzis 2002-03-06 08:33:20 +00:00
parent a54d3152b2
commit 421f4a5b42
1 changed files with 2 additions and 1 deletions

View 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
*/