< prev index next >

src/java.sql/share/classes/java/sql/Date.java

Print this page

        

@@ -39,10 +39,12 @@
  * To conform with the definition of SQL <code>DATE</code>, the
  * millisecond values wrapped by a <code>java.sql.Date</code> instance
  * must be 'normalized' by setting the
  * hours, minutes, seconds, and milliseconds to zero in the particular
  * time zone with which the instance is associated.
+ *
+ * @since 1.1
  */
 public class Date extends java.util.Date {
 
     private static final JavaLangAccess jla = SharedSecrets.getJavaLangAccess();
 
< prev index next >