You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2022/07/10 12:52:17 UTC

svn commit: r1902632 - /poi/trunk/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java

Author: fanningpj
Date: Sun Jul 10 12:52:17 2022
New Revision: 1902632

URL: http://svn.apache.org/viewvc?rev=1902632&view=rev
Log:
javadoc issues

Modified:
    poi/trunk/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java

Modified: poi/trunk/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java
URL: http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java?rev=1902632&r1=1902631&r2=1902632&view=diff
==============================================================================
--- poi/trunk/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java (original)
+++ poi/trunk/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java Sun Jul 10 12:52:17 2022
@@ -643,7 +643,7 @@ public final class HSSFCellStyle impleme
      * <br>
      * @param color the color to use
      * @param ignoreInvalidColors when set to true, the method will ignore issues like trying to set a
-     *                            HSSFColor on a XSSFCellStyle
+     *                            XSSFColor on a HSSFCellStyle
      * @throws IllegalArgumentException if you provide a <code>Color</code> instance that is not a {@link HSSFColor}
      * @since POI 5.2.3
      */
@@ -704,7 +704,7 @@ public final class HSSFCellStyle impleme
      * <br>
      * @param color the color to use
      * @param ignoreInvalidColors when set to true, the method will ignore issues like trying to set a
-     *                            HSSFColor on a XSSFCellStyle
+     *                            XSSFColor on a HSSFCellStyle
      * @throws IllegalArgumentException if you provide a <code>Color</code> instance that is not a {@link HSSFColor}
      * @since POI 5.2.3
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org