Use weaker collection types

This commit is contained in:
thatsIch
2015-05-09 00:04:44 +02:00
parent b8f22202d4
commit 16c0fbe3c1
18 changed files with 31 additions and 26 deletions
@@ -163,7 +163,7 @@ public class NEIInscriberRecipeHandler extends TemplateRecipeHandler
public class CachedInscriberRecipe extends TemplateRecipeHandler.CachedRecipe
{
public final ArrayList<PositionedStack> ingredients;
public final List<PositionedStack> ingredients;
public final PositionedStack result;
public CachedInscriberRecipe( IInscriberRecipe recipe )