mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-28 20:47:49 +01:00
be more conservative in put()
This commit is contained in:
@@ -151,7 +151,7 @@ public class JObjectManagerImpl implements JObjectManager {
|
||||
m.lock();
|
||||
}
|
||||
|
||||
if (object.pushResolution() && finalRet.getData() == null) {
|
||||
if (object.pushResolution() && object.assumeUnique() && finalRet.getData() == null) {
|
||||
finalRet.externalResolution(object);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user