Resolved some unchecked Types
This commit is contained in:
@@ -20,6 +20,6 @@ public class RecipeData
|
||||
public boolean exceptions = true;
|
||||
public boolean erroronmissing = true;
|
||||
|
||||
public Set<String> knownItem = new HashSet();
|
||||
public Set<String> knownItem = new HashSet<String>();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user