Javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352203 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Glen Stampoultzis 2002-03-11 10:35:39 +00:00
parent ca862219e8
commit a84cd0a5f0
1 changed files with 2 additions and 1 deletions

View File

@ -793,7 +793,7 @@ public class HSSFCellStyle
* other values
*
* @see #NO_FILL
* @see #SOLID_FILL
* @see #SOLID_FOREGROUND
* @see #FINE_DOTS
* @see #ALT_BARS
* @see #SPARSE_DOTS
@ -880,4 +880,5 @@ public class HSSFCellStyle
{
return format.getFillForeground();
}
}