]> source.dussan.org Git - poi.git/commitdiff
undeprecate private code that is still used
authorPJ Fanning <fanningpj@apache.org>
Tue, 12 Jul 2022 09:25:20 +0000 (09:25 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 12 Jul 2022 09:25:20 +0000 (09:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902672 13f79535-47bb-0310-9956-ffa450edef68

poi/src/main/java/org/apache/poi/hssf/util/HSSFColor.java

index de58ba380d289b9728a843b770dde4c6536dbe11..c659f1cfef91147d95497bb5b097c2e356bb807d 100644 (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);