mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-28 20:47:49 +01:00
set saved refs to null after deleting
Some checks failed
Server / build (push) Failing after 12m15s
Some checks failed
Server / build (push) Failing after 12m15s
This commit is contained in:
@@ -239,6 +239,7 @@ public class JObject<T extends JObjectData> implements Serializable, Comparable<
|
||||
if (!isDeleted())
|
||||
throw new IllegalStateException("Expected to be deleted when discarding data");
|
||||
_dataPart.set(null);
|
||||
_metaPart.setSavedRefs(null);
|
||||
}
|
||||
|
||||
static public void rwLockAll(List<JObject<?>> objects) {
|
||||
|
||||
Reference in New Issue
Block a user