[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

@ -94,7 +94,7 @@ import org.apache.log4j.Logger;
*
* @author BetaSteward_at_googlemail.com
*/
public class HumanPlayer extends PlayerImpl<HumanPlayer> {
public class HumanPlayer extends PlayerImpl {
private final transient PlayerResponse response = new PlayerResponse();