mirror of
https://github.com/corda/corda.git
synced 2025-06-01 23:20:54 +00:00
commit
a95b1b3879
@ -218,7 +218,7 @@ Let's define a few commands now:
|
|||||||
public static class Issue extends Commands {
|
public static class Issue extends Commands {
|
||||||
@Override
|
@Override
|
||||||
public boolean equals(Object obj) {
|
public boolean equals(Object obj) {
|
||||||
return obj instanceof Redeem;
|
return obj instanceof Issue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user