Skip to content
Snippets Groups Projects
Commit 03bf36ce authored by koz01's avatar koz01
Browse files

Renamed

parent 1d47abfc
Branches master
No related merge requests found
...@@ -33,7 +33,7 @@ public class Tournament { ...@@ -33,7 +33,7 @@ public class Tournament {
} }
public Player getRandomPlayer() { public Player getRandomPlayer() {
return RandomGenarator.selectRandom(players); return RandomGenerator.selectRandom(players);
} }
@Override @Override
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment