javadoc issues

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902632 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-07-10 12:52:17 +00:00
parent 79273a06aa
commit ec3e9218ef
1 changed files with 2 additions and 2 deletions

View 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
*/