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