mirror of
https://github.com/corda/corda.git
synced 2025-06-12 04:08:26 +00:00
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user