From 8464761133aae023e7e052fe38e2f39ed22b964a Mon Sep 17 00:00:00 2001 From: Glen Stampoultzis Date: Mon, 11 Mar 2002 10:35:39 +0000 Subject: [PATCH] Javadoc fix git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352203 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java b/src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java index 821740a3c0..d1ec7b2f81 100644 --- a/src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java +++ b/src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java @@ -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(); } + }