src/java.desktop/share/classes/java/awt/font/TextAttribute.java

Print this page

        

@@ -42,11 +42,11 @@
 
 import java.io.InvalidObjectException;
 import java.text.AttributedCharacterIterator.Attribute;
 import java.util.Map;
 import java.util.HashMap;
-import sun.misc.SharedSecrets;
+import jdk.internal.misc.SharedSecrets;
 
 /**
  * The <code>TextAttribute</code> class defines attribute keys and
  * attribute values used for text rendering.
  * <p>