Finally use Java7 <>

This commit is contained in:
yueh
2017-07-20 21:21:45 +02:00
parent 8ec8babb6a
commit 7de90ed0ae
145 changed files with 315 additions and 315 deletions
+4 -4
View File
@@ -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;