/[classpath]/classpath/java/sql/Timestamp.java
ViewVC logotype

Diff of /classpath/java/sql/Timestamp.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14.2.2 by gnu_andrew, Tue Aug 2 20:12:26 2005 UTC revision 1.14.2.3 by tromey, Tue Sep 27 16:59:22 2005 UTC
# Line 1  Line 1 
1  /* Time.java -- Wrapper around java.util.Date  /* Time.java -- Wrapper around java.util.Date
2     Copyright (C) 1999, 2000, 2003, 2004  Free Software Foundation, Inc.     Copyright (C) 1999, 2000, 2003, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 308  public class Timestamp extends java.util Line 308  public class Timestamp extends java.util
308     * @exception ClassCastException if obj is not of type Timestamp.     * @exception ClassCastException if obj is not of type Timestamp.
309     * @since 1.2     * @since 1.2
310     */     */
311    public int compareTo(Object obj)    public int compareTo(java.util.Date obj)
312    {    {
313      return compareTo((Timestamp) obj);      return compareTo((Timestamp) obj);
314    }    }

Legend:
Removed from v.1.14.2.2  
changed lines
  Added in v.1.14.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26