mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- CheckStyle.
This commit is contained in:
@@ -416,5 +416,3 @@ public final class CardRules {
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -108,7 +108,7 @@ public abstract class Player extends GameEntity implements Comparable<Player> {
|
||||
/** The max hand size. */
|
||||
private int maxHandSize = 7;
|
||||
|
||||
/** Starting hand size */
|
||||
/** Starting hand size. */
|
||||
private int startingHandSize = 7;
|
||||
|
||||
/** The unlimited hand size. */
|
||||
@@ -3024,13 +3024,13 @@ public abstract class Player extends GameEntity implements Comparable<Player> {
|
||||
}
|
||||
|
||||
|
||||
public int getStartingHandSize()
|
||||
{
|
||||
public int getStartingHandSize() {
|
||||
|
||||
return this.startingHandSize;
|
||||
}
|
||||
|
||||
public void setStartingHandSize(int shs)
|
||||
{
|
||||
public void setStartingHandSize(int shs) {
|
||||
|
||||
this.startingHandSize = shs;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user