src/java.sql/share/classes/java/sql/Timestamp.java

Print this page

        

@@ -25,12 +25,12 @@
 
 package java.sql;
 
 import java.time.Instant;
 import java.time.LocalDateTime;
-import sun.misc.SharedSecrets;
-import sun.misc.JavaLangAccess;
+import jdk.internal.misc.SharedSecrets;
+import jdk.internal.misc.JavaLangAccess;
 
 /**
  * <P>A thin wrapper around {@code java.util.Date} that allows
  * the JDBC API to identify this as an SQL {@code TIMESTAMP} value.
  * It adds the ability