Changed to Andy's suggestion.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352202 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Glen Stampoultzis 2002-03-11 02:14:28 +00:00
parent 7355b8fa09
commit ca862219e8
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ public class HSSFCellStyle
/** No background */
public final static short NO_FILL = 0 ;
/** Solidly filled */
public final static short SOLID_FILL = 1 ;
public final static short SOLID_FOREGROUND = 1 ;
/** Small fine dots */
public final static short FINE_DOTS = 2 ;
/** Wide dots */