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