Fixed diamond operator error

This commit is contained in:
Henry Mao 2013-04-25 16:49:08 +08:00
parent ad29a6aa59
commit f6c0c8fa20

View file

@ -182,7 +182,7 @@ public class GuiGlobalList extends GuiBase implements IScroll
public List getDisplayList()
{
return new ArrayList<>();
return new ArrayList();
}
@Override