mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +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 {
|
||||
@Override
|
||||
public boolean equals(Object obj) {
|
||||
return obj instanceof Redeem;
|
||||
return obj instanceof Issue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user