]> source.dussan.org Git - poi.git/commitdiff
Javadoc fix
authorGlen Stampoultzis <glens@apache.org>
Mon, 11 Mar 2002 10:35:39 +0000 (10:35 +0000)
committerGlen Stampoultzis <glens@apache.org>
Mon, 11 Mar 2002 10:35:39 +0000 (10:35 +0000)
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

index 821740a3c0cc2df59faec63ab34afa61457c81ea..d1ec7b2f817b2d92bb9a240ecb9561078bca1944 100644 (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();
     }
+
 }