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