mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 02:44:50 +00:00
Removed unnecessary throw
This commit is contained in:
@@ -32,7 +32,7 @@ public class Tournament {
|
|||||||
shuffler = builder.shuffler;
|
shuffler = builder.shuffler;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void run(String gameType) throws IllegalArgumentException {
|
public void run(String gameType) {
|
||||||
|
|
||||||
Arrays.stream(players).forEach(e -> {
|
Arrays.stream(players).forEach(e -> {
|
||||||
matchMaker.addPlayer(e);
|
matchMaker.addPlayer(e);
|
||||||
|
|||||||
Reference in New Issue
Block a user