mirror of
https://github.com/CarmJos/EasyConfiguration.git
synced 2026-06-05 11:54:13 +08:00
放弃Unsafe包操作
This commit is contained in:
@@ -59,4 +59,6 @@ public class FieldOffset implements Comparable<FieldOffset> {
|
||||
public int compareTo(@NotNull FieldOffset that) {
|
||||
return this.offsetValue.compareTo(that.offsetValue);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user