Temporary set of catch to ignored if they are ignored

This commit is contained in:
thatsIch
2014-10-01 15:20:42 +02:00
parent 2141aa0318
commit c074280b68
35 changed files with 76 additions and 76 deletions
+2 -2
View File
@@ -180,7 +180,7 @@ public class FacadePart implements IFacadePart, IBoxProvider
{
color = ib.getColorFromItemStack( randomItem, 0 );
}
catch (Throwable error)
catch (Throwable ignored)
{
}
@@ -484,7 +484,7 @@ public class FacadePart implements IFacadePart, IBoxProvider
}
}
}
catch (Throwable t)
catch (Throwable ignored)
{
}