Update Insolator.java

This commit is contained in:
Yulife 2015-09-23 17:41:32 +02:00
parent 282fb7a319
commit 655d7779b0

View file

@ -114,8 +114,8 @@ public class Insolator {
} else {
LogHelper.logWarning(String.format("No %s Recipes found for %s and %s.", name, input1.toString(), input2.toString()));
}
}
*/
}
private static class Remove extends BaseListRemoval<RecipeInsolator> {