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 8a902efb19fdd9641629d71faea3464762dcbc0c Author: Anton Vinogradov <[email protected]> AuthorDate: Mon Aug 7 22:42:36 2023 +0300 WIP --- .../internal/processors/cache/distributed/dht/GridDhtLockFuture.java | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtLockFuture.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtLockFuture.java index d833d42b97f..c9b1c5a6b9a 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtLockFuture.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtLockFuture.java @@ -133,7 +133,6 @@ public final class GridDhtLockFuture extends GridCacheCompoundIdentityFuture<Boo * Thus access to this collection must be synchronized except cases * when this object is yet local to the thread created it. */ - @SuppressWarnings({"FieldAccessedSynchronizedAndUnsynchronized"}) @GridToStringExclude private final List<GridDhtCacheEntry> entries;
