]> source.dussan.org Git - poi.git/commitdiff
javadoc issues
authorPJ Fanning <fanningpj@apache.org>
Sun, 10 Jul 2022 12:52:17 +0000 (12:52 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sun, 10 Jul 2022 12:52:17 +0000 (12:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902632 13f79535-47bb-0310-9956-ffa450edef68

poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java

index 6a34ca930faf04db415e25b7b7e4c55994cabcb7..b16d795174dc5bfd70584342d6f7fb6263682adb 100644 (file)
@@ -643,7 +643,7 @@ public final class HSSFCellStyle implements CellStyle, Duplicatable {
      * <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 implements CellStyle, Duplicatable {
      * <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
      */