[refactor] removed generic parameter from Player

This commit is contained in:
North 2014-06-03 11:19:49 +03:00
parent 99854be1fb
commit 1867a150c1
12 changed files with 15 additions and 23 deletions

View file

@ -51,7 +51,7 @@ import java.util.concurrent.Executors;
*
* @author BetaSteward_at_googlemail.com
*/
public class ComputerPlayerMCTS extends ComputerPlayer<ComputerPlayerMCTS> implements Player {
public class ComputerPlayerMCTS extends ComputerPlayer implements Player {
private static final int THINK_MIN_RATIO = 40;
private static final int THINK_MAX_RATIO = 100;