Minors.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ef056b7f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ef056b7f Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ef056b7f Branch: refs/heads/ignite-2523-1 Commit: ef056b7f2b20f3619df9d33cb7a3fd8ee80d3582 Parents: d52ea0b Author: vozerov-gridgain <[email protected]> Authored: Mon Apr 18 15:40:19 2016 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Mon Apr 18 15:40:19 2016 +0300 ---------------------------------------------------------------------- .../distributed/dht/atomic/GridNearAtomicSingleUpdateFuture.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/ef056b7f/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridNearAtomicSingleUpdateFuture.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridNearAtomicSingleUpdateFuture.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridNearAtomicSingleUpdateFuture.java index 6547b0d..5ff878b3 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridNearAtomicSingleUpdateFuture.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridNearAtomicSingleUpdateFuture.java @@ -59,7 +59,6 @@ import static org.apache.ignite.internal.processors.cache.GridCacheOperation.TRA /** * DHT atomic cache near update future. */ -// TODO: Only for !fastMap, only for !conflicts public class GridNearAtomicSingleUpdateFuture extends GridNearAtomicAbstractUpdateFuture { /** Keys */ private Object key;
