first batch of watcher naming

This commit is contained in:
igoudt 2017-04-29 08:33:10 +02:00
parent 20a881a374
commit efae1251f9
111 changed files with 177 additions and 179 deletions

View file

@ -47,7 +47,7 @@ public class PlayerGainedLifeWatcher extends Watcher {
private final Map<UUID, Integer> amountOfLifeGainedThisTurn = new HashMap<>();
public PlayerGainedLifeWatcher() {
super(PlayerGainedLifeWatcher.class.getName(), WatcherScope.GAME);
super(PlayerGainedLifeWatcher.class.getSimpleName(), WatcherScope.GAME);
}
public PlayerGainedLifeWatcher(final PlayerGainedLifeWatcher watcher) {