mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-23 09:09:15 +00:00
Idea Nitpick ""Optimizations""
This commit is contained in:
@@ -146,7 +146,7 @@ public class IrisSettings
|
||||
Iris.info("Updated Configuration Files");
|
||||
}
|
||||
|
||||
catch(Throwable e)
|
||||
catch(Throwable ignored)
|
||||
{
|
||||
|
||||
}
|
||||
@@ -157,6 +157,7 @@ public class IrisSettings
|
||||
catch(JSONException | IOException e)
|
||||
{
|
||||
e.printStackTrace();
|
||||
//noinspection ResultOfMethodCallIgnored
|
||||
s.delete();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user