You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2009/10/01 23:51:22 UTC

svn commit: r820817 - /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Timestamp.java

Author: tellison
Date: Thu Oct  1 21:51:22 2009
New Revision: 820817

URL: http://svn.apache.org/viewvc?rev=820817&view=rev
Log:
Remove unnecessary deprecation warning annotation.

Modified:
    harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Timestamp.java

Modified: harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Timestamp.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Timestamp.java?rev=820817&r1=820816&r2=820817&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Timestamp.java (original)
+++ harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/Timestamp.java Thu Oct  1 21:51:22 2009
@@ -77,7 +77,6 @@
      * @throws IllegalArgumentException
      *             if any of the parameters is out of range.
      */
-    @SuppressWarnings("deprecation")
     @Deprecated
     public Timestamp(int theYear, int theMonth, int theDate, int theHour,
             int theMinute, int theSecond, int theNano)