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 c518fffc164942fd4ea5f59a7831f7fdbc4f9351 Author: Anton Vinogradov <a...@apache.org> AuthorDate: Mon Aug 7 23:05:34 2023 +0300 WIP --- .../dht/colocated/GridDhtColocatedLockFuture.java | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/colocated/GridDhtColocatedLockFuture.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/colocated/GridDhtColocatedLockFuture.java index 6a3060a6b88..3fdc88721fb 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/colocated/GridDhtColocatedLockFuture.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/colocated/GridDhtColocatedLockFuture.java @@ -419,13 +419,6 @@ public final class GridDhtColocatedLockFuture extends GridCacheCompoundIdentityF cctx.mvcc().recheckPendingLocks(); } - /** - * @param success Success flag. - */ - public void complete(boolean success) { - onComplete(success, true); - } - /** * @param nodeId Left node ID * @return {@code True} if node was in the list. @@ -1624,13 +1617,6 @@ public final class GridDhtColocatedLockFuture extends GridCacheCompoundIdentityF return node; } - /** - * @return Keys. - */ - public Collection<KeyCacheObject> keys() { - return keys; - } - /** * @param e Node left exception. */