aboutsummaryrefslogtreecommitdiffstats
path: root/poi
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-07-10 12:52:17 +0000
committerPJ Fanning <fanningpj@apache.org>2022-07-10 12:52:17 +0000
commitec3e9218ef8c6991f8a969830ac0ed6f0e2e878b (patch)
tree4de97e868c5af6c1aa16110039b745dbdfcd8bd1 /poi
parent79273a06aade08545460c4bbbad4c49d87e7b573 (diff)
downloadpoi-ec3e9218ef8c6991f8a969830ac0ed6f0e2e878b.tar.gz
poi-ec3e9218ef8c6991f8a969830ac0ed6f0e2e878b.zip
javadoc issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902632 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi')
-rw-r--r--poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java b/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java
index 6a34ca930f..b16d795174 100644
--- a/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java
+++ b/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java
@@ -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
*/