Explicitly stating that it is an unknown object class also here

This commit is contained in:
thatsIch 2014-11-04 02:07:20 +01:00
parent e1091d647c
commit 3eedc60e9f

View file

@ -165,7 +165,7 @@ public class FZ implements IFZ, IIntegrationModule
{
try
{
Class c = Class.forName( "factorization.oreprocessing.TileEntityGrinder" );
Class<?> c = Class.forName( "factorization.oreprocessing.TileEntityGrinder" );
Method m = c.getMethod( "addRecipe", Object.class, ItemStack.class, float.class );
float amt = out.stackSize;