Updated PMD rules.
This commit is contained in:
parent
e873d01338
commit
3f628e58f0
4 changed files with 90 additions and 243 deletions
|
@ -52,10 +52,10 @@ public final class War extends AbstractModule {
|
|||
// War command
|
||||
private static final String WAR_CMD = "war";
|
||||
// Deck of card
|
||||
private static final String[] WAR_DECK =
|
||||
new String[]{"Ace", "King", "Queen", "Jack", "10", "9", "8", "7", "6", "5", "4", "3", "2"};
|
||||
private static final String[] WAR_DECK =
|
||||
{"Ace", "King", "Queen", "Jack", "10", "9", "8", "7", "6", "5", "4", "3", "2"};
|
||||
// Suits for the deck of card
|
||||
private static final String[] WAR_SUITS = new String[]{"Hearts", "Spades", "Diamonds", "Clubs"};
|
||||
private static final String[] WAR_SUITS = {"Hearts", "Spades", "Diamonds", "Clubs"};
|
||||
|
||||
/**
|
||||
* The default constructor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue