mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 18:35:07 +00:00
cloning fix
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -394,8 +394,8 @@ public final class MethodBody implements Cloneable {
|
||||
/*if (traits != null) {
|
||||
ret.traits = traits.clone();
|
||||
}*/
|
||||
convertedItems = null;
|
||||
convertException = null;
|
||||
ret.convertedItems = null;
|
||||
ret.convertException = null;
|
||||
|
||||
return ret;
|
||||
} catch (CloneNotSupportedException ex) {
|
||||
|
||||
Reference in New Issue
Block a user