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:
PJ Fanning 2022-07-12 09:25:20 +00:00
parent 0ad448edc8
commit e39ab54eff
1 changed files with 0 additions and 5 deletions

View File

@ -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);