mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +00:00
Minor: fix bug in JavaCommercialPaper
This commit is contained in:
parent
28bd2053cc
commit
5e604a5b0a
@ -50,14 +50,14 @@ public class JavaCommercialPaper implements Contract {
|
||||
}
|
||||
|
||||
public static class Commands implements core.Command {
|
||||
public static class Move {
|
||||
public static class Move extends Commands {
|
||||
@Override
|
||||
public boolean equals(Object obj) {
|
||||
return obj instanceof Move;
|
||||
}
|
||||
}
|
||||
|
||||
public static class Redeem {
|
||||
public static class Redeem extends Commands {
|
||||
@Override
|
||||
public boolean equals(Object obj) {
|
||||
return obj instanceof Redeem;
|
||||
|
Loading…
Reference in New Issue
Block a user