mirror of
https://github.com/corda/corda.git
synced 2025-06-02 15:40:53 +00:00
Minor doc change
This commit is contained in:
parent
cb12770b9c
commit
410aeea1d2
@ -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