anton-vinogradov commented on code in PR #13095:
URL: https://github.com/apache/ignite/pull/13095#discussion_r3579534493


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/transactions/TxLocksResponse.java:
##########
@@ -96,7 +97,7 @@ public Map<IgniteTxKey, List<TxLock>> txLocks() {
      * @return Lock list for given tx key.
      */
     public List<TxLock> txLocks(IgniteTxKey txKey) {
-        return nearTxKeyLocks.get(txKey);

Review Comment:
   Restored — leftover from an intermediate version where `txLocks()` was 
lazily unwrapping the marshalled form; it's a plain getter now.



-- 
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