Finally use Java7 <>
This commit is contained in:
@@ -32,11 +32,11 @@ import appeng.api.recipes.ICraftHandler;
|
||||
public class RecipeData
|
||||
{
|
||||
|
||||
final Map<String, String> aliases = new HashMap<String, String>();
|
||||
final Map<String, GroupIngredient> groups = new HashMap<String, GroupIngredient>();
|
||||
final Map<String, String> aliases = new HashMap<>();
|
||||
final Map<String, GroupIngredient> groups = new HashMap<>();
|
||||
|
||||
final List<ICraftHandler> handlers = new LinkedList<ICraftHandler>();
|
||||
final Set<String> knownItem = new HashSet<String>();
|
||||
final List<ICraftHandler> handlers = new LinkedList<>();
|
||||
final Set<String> knownItem = new HashSet<>();
|
||||
boolean crash = true;
|
||||
boolean exceptions = true;
|
||||
boolean errorOnMissing = true;
|
||||
|
||||
Reference in New Issue
Block a user