< prev index next >

src/java.base/share/classes/java/util/EnumMap.java

Print this page

        

@@ -23,11 +23,11 @@
  * questions.
  */
 
 package java.util;
 
-import jdk.internal.misc.SharedSecrets;
+import jdk.internal.access.SharedSecrets;
 
 /**
  * A specialized {@link Map} implementation for use with enum type keys.  All
  * of the keys in an enum map must come from a single enum type that is
  * specified, explicitly or implicitly, when the map is created.  Enum maps
< prev index next >