This is an automated email from the ASF dual-hosted git repository.

av pushed a commit to branch ignite-20177
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 39d1edc120479001dac2e6d86827cf2bff457f67
Author: Anton Vinogradov <a...@apache.org>
AuthorDate: Tue Aug 8 15:19:34 2023 +0300

    WIP
---
 .../internal/processors/cache/distributed/GridCacheTxRecoveryFuture.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/GridCacheTxRecoveryFuture.java
 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/GridCacheTxRecoveryFuture.java
index f984620cd8c..a7d6ba62952 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/GridCacheTxRecoveryFuture.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/GridCacheTxRecoveryFuture.java
@@ -93,7 +93,6 @@ public class GridCacheTxRecoveryFuture extends 
GridCacheCompoundIdentityFuture<B
      * @param failedNodeIds IDs of failed nodes started transaction.
      * @param txNodes Transaction mapping.
      */
-    @SuppressWarnings("ConstantConditions")
     public GridCacheTxRecoveryFuture(GridCacheSharedContext<?, ?> cctx,
         IgniteInternalTx tx,
         Set<UUID> failedNodeIds,

Reply via email to