Temporary set of catch to ignored if they are ignored
This commit is contained in:
@@ -290,7 +290,7 @@ public class CraftingJob implements Runnable, ICraftingJob
|
||||
{
|
||||
monitor.wait();
|
||||
}
|
||||
catch (InterruptedException e)
|
||||
catch (InterruptedException ignored)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user