Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
remove stupid things
Browse files Browse the repository at this point in the history
  • Loading branch information
DotRacel authored Aug 18, 2019
1 parent 9d81ed6 commit bf975fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/me/grax/jbytemod/utils/task/LoadTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,12 @@ private void readJar(ZipFile jar, ZipEntry zipEntry, Map<String, ClassNode> clas
classes.put(cn.name, cn);
}
} catch (IllegalArgumentException e) {
JByteMod.LOGGER.err("Failed loading class file " + name + ", maybe paramorphism?");
synchronized (otherFiles) {
otherFiles.put(name, bytes);
}
}
}
}catch (ArrayIndexOutOfBoundsException ex){
JByteMod.LOGGER.err("Failed loading class file " + name + ", array index out of bounds " + bytes.length + ", maybe paramorphism ?");
synchronized (otherFiles) {
otherFiles.put(name, bytes);
}
Expand Down

0 comments on commit bf975fd

Please sign in to comment.