Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Remove redundant abstract method
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangerCoug committed Nov 8, 2023
1 parent b376fce commit a5022b9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ public void play() {
play(BigDecimal.valueOf(5, 2), BigDecimal.valueOf(1000, 2));
}

public abstract void play(BigDecimal betMinimum,
BigDecimal betMaximum);

@Override
public boolean isValidBet(Player player, BigDecimal bet) {
return (bet.compareTo(player.getFunds()) < 1
Expand Down

0 comments on commit a5022b9

Please sign in to comment.