Rename to ignored

This commit is contained in:
libraryaddict 2021-05-19 06:06:41 +12:00
parent 60b79ae789
commit 2568bfe53e

@ -66,7 +66,7 @@ public class WatcherSanitizer {
public static void init() { public static void init() {
try { try {
checkPreLoaded(); checkPreLoaded();
} catch (NoSuchFieldException | IllegalAccessException e) { } catch (NoSuchFieldException | IllegalAccessException ignored) {
} }
ArrayList<String> mapped = new ArrayList<>(); ArrayList<String> mapped = new ArrayList<>();