Skip to content

Commit cab4716

Browse files
author
sboikov
committed
# sprint-2 minor
1 parent aea01d5 commit cab4716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/main/java/org/apache/ignite/internal/processors/cacheobject/IgniteCacheObjectProcessorImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ protected CacheObject toCacheObject0(@Nullable Object obj, boolean userObj) {
221221
}
222222

223223
if (!userObj)
224-
new CacheObjectImpl(obj, null);
224+
return new CacheObjectImpl(obj, null);
225225

226226
return new CacheObjectImpl(obj, null) {
227227
@Nullable @Override public <T> T value(CacheObjectContext ctx, boolean cpy) {

0 commit comments

Comments
 (0)