categoryTripleMatch spelling fix
parent
d1ddeef6c3
commit
1a93f1b09f
Binary file not shown.
|
@ -187,7 +187,7 @@ public class Box {
|
|||
if (categoryEight > 0 && (setCategoryEight == null))
|
||||
res.add("categoryEight: " + categoryEight);
|
||||
if (categoryTripleMatch > 0 && (setCategoryTripleMatch == null))
|
||||
res.add("categoryTrippleMatch: " + categoryTripleMatch);
|
||||
res.add("categoryTripleMatch: " + categoryTripleMatch);
|
||||
if (categoryFourOfAKind > 0 && (setCategoryFourOfAKind == null))
|
||||
res.add("categoryFourOfAKind: " + categoryFourOfAKind);
|
||||
if (categoryFullHouse > 0 && (setCategoryFullHouse == null))
|
||||
|
|
Loading…
Reference in New Issue