mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
return default empty set for saved refs
otherwise hydrated refs don't hydrate their children
This commit is contained in:
@@ -31,7 +31,7 @@ public class ObjectMetadata implements Serializable {
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
private Set<String> _savedRefs = null;
|
||||
private Set<String> _savedRefs = Collections.emptySet();
|
||||
|
||||
@Getter
|
||||
private long _refcount = 0L;
|
||||
|
||||
Reference in New Issue
Block a user