Finally use Java7 <>
This commit is contained in:
@@ -89,7 +89,7 @@ public class GroupIngredient implements IIngredient
|
||||
return new ItemStack[0];
|
||||
}
|
||||
|
||||
final List<ItemStack> out = new LinkedList<ItemStack>();
|
||||
final List<ItemStack> out = new LinkedList<>();
|
||||
this.isInside = true;
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user