Minor doc change

This commit is contained in:
Richard Green 2016-02-03 10:19:53 +00:00
parent cb12770b9c
commit 410aeea1d2

View File

@ -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;
}
}
}