Skip to content

Commit

Permalink
not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicPlayerA10 authored Oct 10, 2024
1 parent afb978e commit 51e5128
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public static ClassNode loadUnknownClassInfo(byte[] bytes) throws InvalidClassEx

public static byte[] fixClass(byte[] bytes) throws InvalidClassException {
ClassFileReader classFileReader = new ClassFileReader();
classFileReader.setDropDupeAnnotations(false);
ClassFile classFile = classFileReader.read(bytes);
bytes = new ClassFileWriter().write(classFile);

Expand Down

0 comments on commit 51e5128

Please sign in to comment.