vldpyatkov commented on code in PR #13366:
URL: https://github.com/apache/ignite/pull/13366#discussion_r3731298253


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtTransactionalCacheAdapter.java:
##########
@@ -1631,7 +1631,14 @@ public void removeLocks(
             return;
 
         // Remove mapped versions.
-        GridCacheVersion dhtVer = unmap ? ctx.mvcc().unmapVersion(ver) : ver;
+        GridCacheVersion dhtVer;

Review Comment:
   It is not an our code style to write @Nullabe for variable.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to