pestcontrol: Remove explicit type

This commit is contained in:
sdburns1998
2019-07-07 17:35:35 +02:00
parent d6bd37a69d
commit aee3bcd42d

View File

@@ -201,7 +201,7 @@ public class Game
List<Portal> getPortals()
{
List<Portal> portalList = new ArrayList<Portal>();
List<Portal> portalList = new ArrayList<>();
portalList.add(getPurplePortal());
portalList.add(getBluePortal());