mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +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())
|
if (!isDeleted())
|
||||||
throw new IllegalStateException("Expected to be deleted when discarding data");
|
throw new IllegalStateException("Expected to be deleted when discarding data");
|
||||||
_dataPart.set(null);
|
_dataPart.set(null);
|
||||||
|
_metaPart.setSavedRefs(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
static public void rwLockAll(List<JObject<?>> objects) {
|
static public void rwLockAll(List<JObject<?>> objects) {
|
||||||
|
|||||||
Reference in New Issue
Block a user