/[classpath]/classpath/java/util/Calendar.java
ViewVC logotype

Diff of /classpath/java/util/Calendar.java

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

revision 1.28 by bryce, Fri Oct 8 23:34:03 2004 UTC revision 1.29 by jfrijters, Sun Oct 17 13:39:24 2004 UTC
# Line 575  public abstract class Calendar implement Line 575  public abstract class Calendar implement
575     */     */
576    public void setTimeInMillis(long time)    public void setTimeInMillis(long time)
577    {    {
578        clear();
579      this.time = time;      this.time = time;
580      isTimeSet = true;      isTimeSet = true;
     computeFields();  
581    }    }
582    
583    /**    /**

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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