mirror of
https://github.com/corda/corda.git
synced 2024-12-29 09:18:58 +00:00
Added Calendar.setTime(), even though it does not work
This commit is contained in:
parent
1c90708abf
commit
2e813cff18
@ -34,6 +34,10 @@ public abstract class Calendar {
|
||||
fields[field] = value;
|
||||
}
|
||||
|
||||
public void setTime(Date date) {
|
||||
// TODO
|
||||
}
|
||||
|
||||
public abstract void roll(int field, boolean up);
|
||||
|
||||
public void roll(int field, int amount) {
|
||||
|
Loading…
Reference in New Issue
Block a user