Tie up some loose ends, implementing methods that are useful but not yet implemented.

This commit is contained in:
Eric Scharff
2007-09-28 11:38:58 -06:00
parent 5691ec87f0
commit 43a2cb7cc5
4 changed files with 20 additions and 8 deletions

View File

@ -35,7 +35,7 @@ public abstract class Calendar {
}
public void setTime(Date date) {
// TODO
time = date.getTime();
}
public abstract void roll(int field, boolean up);