/[classpath]/classpath/java/text/SimpleDateFormat.java
ViewVC logotype

Diff of /classpath/java/text/SimpleDateFormat.java

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

revision 1.23 by mkoch, Thu Oct 2 20:10:47 2003 UTC revision 1.24 by mark, Sat Nov 15 22:42:10 2003 UTC
# Line 374  public class SimpleDateFormat extends Da Line 374  public class SimpleDateFormat extends Da
374     */     */
375    public boolean equals(Object o)    public boolean equals(Object o)
376    {    {
     if (o == null)  
       return false;  
   
377      if (!super.equals(o))      if (!super.equals(o))
378        return false;        return false;
379    

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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