use ignore instead of _ because of Java8
This commit is contained in:
@@ -34,7 +34,7 @@ public abstract class AEBaseMEGui extends AEBaseGui
|
||||
SlotME theSlotField = (SlotME) s;
|
||||
myStack = theSlotField.getAEStack();
|
||||
}
|
||||
catch (Throwable _)
|
||||
catch (Throwable ignore)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -72,7 +72,7 @@ public abstract class AEBaseMEGui extends AEBaseGui
|
||||
SlotME theSlotField = (SlotME) s;
|
||||
myStack = theSlotField.getAEStack();
|
||||
}
|
||||
catch (Throwable _)
|
||||
catch (Throwable ignore)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user