mirror of https://github.com/apache/poi.git
javadoc issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902632 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
79273a06aa
commit
ec3e9218ef
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue