Skip to content

Commit

Permalink
Got rid of warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DereC4 committed Dec 2, 2019
1 parent 1ec8715 commit fd4a7ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 7wonders/src/CardWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import javax.imageio.ImageIO;
import javax.swing.JFrame;

@SuppressWarnings("serial")
public class CardWindow extends JFrame
{
private TreeMap<String, ArrayList<Card>> playedCards;
Expand Down

0 comments on commit fd4a7ec

Please sign in to comment.