1
mirror of https://github.com/CarmJos/EasyConfiguration.git synced 2026-06-05 11:54:13 +08:00

放弃Unsafe包操作

This commit is contained in:
2022-04-19 23:20:40 +08:00
parent 80747ac922
commit 132ca81635
8 changed files with 38 additions and 32 deletions
@@ -59,4 +59,6 @@ public class FieldOffset implements Comparable<FieldOffset> {
public int compareTo(@NotNull FieldOffset that) {
return this.offsetValue.compareTo(that.offsetValue);
}
}