mirror of https://github.com/apache/poi.git
undeprecate private code that is still used
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902672 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0ad448edc8
commit
e39ab54eff
|
@ -232,12 +232,7 @@ public class HSSFColor implements Color {
|
|||
|
||||
/**
|
||||
* Maps the Enums to the HSSFColor, in cases of user code evaluating the classname
|
||||
*
|
||||
* @deprecated in 3.16 - remove mapping when subclasses are removed and access
|
||||
* HSSFColorPredefined.values() directly (but exclude AUTOMATIC)
|
||||
*/
|
||||
@Deprecated
|
||||
@Removal(version="3.18")
|
||||
private static synchronized Map<HSSFColorPredefined,HSSFColor> mapEnumToColorClass() {
|
||||
if (enumList == null) {
|
||||
enumList = new EnumMap<>(HSSFColorPredefined.class);
|
||||
|
|
Loading…
Reference in New Issue