You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by "yurinaryshkin (via GitHub)" <gi...@apache.org> on 2023/06/30 13:04:08 UTC

[GitHub] [ignite] yurinaryshkin commented on a diff in pull request #10812: IGNITE-19872 IgniteTxLocalAdapter initial cleanup

yurinaryshkin commented on code in PR #10812:
URL: https://github.com/apache/ignite/pull/10812#discussion_r1247835354


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearTxLocal.java:
##########
@@ -4493,8 +4493,14 @@ public <K> IgniteInternalFuture<GridCacheReturn> lockAllAsync(GridCacheContext c
         );
     }
 
-    /** {@inheritDoc} */
-    @Override protected GridCacheEntryEx entryEx(GridCacheContext cacheCtx, IgniteTxKey key) {
+    /**
+     * Gets cache entry for given key.
+     *
+     * @param cacheCtx Cache context.
+     * @param key Key.
+     * @return Cache entry.
+     */
+    protected GridCacheEntryEx entryEx(GridCacheContext cacheCtx, IgniteTxKey key) {

Review Comment:
   consider removing the method, looks like it is not used



-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org