mirror of
https://github.com/apache/poi.git
synced 2025-02-07 02:28:13 +00:00
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
a1b9cb221e
commit
38bad80971
@ -25,7 +25,7 @@ import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor;
|
||||
* Represents a color in SpreadsheetML
|
||||
*/
|
||||
public class XSSFColor extends ExtendedColor {
|
||||
private CTColor ctColor;
|
||||
private final CTColor ctColor;
|
||||
|
||||
/**
|
||||
* Create an instance of XSSFColor from the supplied XML bean
|
||||
|
Loading…
x
Reference in New Issue
Block a user