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