Skip to content

Commit bcd64d6

Browse files
committed
reviewed ch14
1 parent 556790a commit bcd64d6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ch14/Deck.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ public class Deck extends CardCollection {
88
*/
99
public Deck(String label) {
1010
super(label);
11-
1211
for (int suit = 0; suit <= 3; suit++) {
1312
for (int rank = 1; rank <= 13; rank++) {
1413
addCard(new Card(rank, suit));

0 commit comments

Comments
 (0)