Remove diamond operator

This commit is contained in:
fullwall 2017-06-02 20:40:39 +08:00
parent 8145751136
commit a3161bd182
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import net.minecraft.server.v1_12_R1.PathfinderAbstract;
public abstract class PlayerPathfinderAbstract extends PathfinderAbstract {
protected IBlockAccess a;
protected EntityHumanNPC b;
protected final IntHashMap<PathPoint> c = new IntHashMap<>();
protected final IntHashMap<PathPoint> c = new IntHashMap<PathPoint>();
protected int d;
protected int e;
protected int f;