make private member variable ctColor final
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736395 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
784b07e424
commit
4fe9f0bcab
@ -25,7 +25,7 @@ import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor;
|
|||||||
* Represents a color in SpreadsheetML
|
* Represents a color in SpreadsheetML
|
||||||
*/
|
*/
|
||||||
public class XSSFColor extends ExtendedColor {
|
public class XSSFColor extends ExtendedColor {
|
||||||
private CTColor ctColor;
|
private final CTColor ctColor;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of XSSFColor from the supplied XML bean
|
* Create an instance of XSSFColor from the supplied XML bean
|
||||||
|
Loading…
Reference in New Issue
Block a user