mirror of https://github.com/apache/poi.git
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:
parent
a57844b168
commit
8464761133
|
@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue