mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-23 12:55:42 +00:00
Fixed DottedChain.PathPart NoSerializable exception
This commit is contained in:
@@ -347,7 +347,7 @@ public class DottedChain implements Serializable, Comparable<DottedChain> {
|
||||
return toRawString().compareTo(o.toRawString());
|
||||
}
|
||||
|
||||
private static class PathPart {
|
||||
private static class PathPart implements Serializable {
|
||||
|
||||
public String name;
|
||||
public boolean attribute;
|
||||
|
||||
Reference in New Issue
Block a user