mirror of
https://github.com/corda/corda.git
synced 2025-06-13 12:48:18 +00:00
Tie up some loose ends, implementing methods that are useful but not yet implemented.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user