< prev index next >

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

Print this page

        

*** 67,76 **** --- 67,78 ---- * {@code Timestamp} values generically as an instance of * {@code java.util.Date}. The * inheritance relationship between {@code Timestamp} * and {@code java.util.Date} really * denotes implementation inheritance, and not type inheritance. + * + * @since 1.1 */ public class Timestamp extends java.util.Date { private static final JavaLangAccess jla = SharedSecrets.getJavaLangAccess();
< prev index next >