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