Replaced explicit type argument with diamond expression
This commit is contained in:
@ -14,7 +14,7 @@ public abstract class Tile {
|
||||
|
||||
|
||||
public Tile() {
|
||||
adjacentTile = new HashMap<Direction, Tile>();
|
||||
adjacentTile = new HashMap<>();
|
||||
boxStack = new Stack<>();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user