aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlen Stampoultzis <glens@apache.org>2002-03-11 10:35:39 +0000
committerGlen Stampoultzis <glens@apache.org>2002-03-11 10:35:39 +0000
commit8464761133aae023e7e052fe38e2f39ed22b964a (patch)
tree658206cf23ae62467e6b6a0abe7836936bec9b3e
parenta57844b1683b68286995852a4803f3978bbcf009 (diff)
downloadpoi-8464761133aae023e7e052fe38e2f39ed22b964a.tar.gz
poi-8464761133aae023e7e052fe38e2f39ed22b964a.zip
Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352203 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java3
1 files changed, 2 insertions, 1 deletions
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();
}
+
}