Alex is nitpicky about his generics

This commit is contained in:
Spencer 2017-12-29 00:40:23 -05:00 committed by Alexander Meech
parent dd40ebbff5
commit 1ebec833e4
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import org.bukkit.Bukkit;
import org.bukkit.Location;
@ -68,7 +69,7 @@ public class PerkSkeletons extends Perk
}
}
private HashMap<Player, ArrayList<Skeleton>> _minions = new HashMap<>();
private Map<Player, ArrayList<Skeleton>> _minions = new HashMap<>();
private boolean _name;
private int _maxDist = 8;