/[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.11 by tromey, Tue Nov 11 01:09:49 2003 UTC revision 1.12 by mark, Sat Nov 15 22:42:06 2003 UTC
# Line 224  public class Timestamp extends java.util Line 224  public class Timestamp extends java.util
224     */     */
225    public boolean equals(Object obj)    public boolean equals(Object obj)
226    {    {
     if (obj == null)  
       return false;  
   
227      if (!(obj instanceof Timestamp))      if (!(obj instanceof Timestamp))
228        return false;        return false;
229    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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