WIP.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/bb97c217 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/bb97c217 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/bb97c217 Branch: refs/heads/ignite-2523-1-resp-dht Commit: bb97c217c5657348d2dae4a70ceeac3c5338fe43 Parents: ed96cfc Author: vozerov-gridgain <[email protected]> Authored: Thu Apr 28 17:19:54 2016 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Thu Apr 28 17:19:54 2016 +0300 ---------------------------------------------------------------------- .../atomic/GridDhtAtomicSingleUpdateFuture.java | 24 -------------------- 1 file changed, 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/bb97c217/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicSingleUpdateFuture.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicSingleUpdateFuture.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicSingleUpdateFuture.java deleted file mode 100644 index 17b1d7f..0000000 --- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicSingleUpdateFuture.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package org.apache.ignite.internal.processors.cache.distributed.dht.atomic; - -/** - * DHT atomic cache backup update future. - */ -public class GridDhtAtomicSingleUpdateFuture { -}
