You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by av...@apache.org on 2018/05/10 09:22:24 UTC

ignite git commit: Javadoc typo fix

Repository: ignite
Updated Branches:
  refs/heads/master 3cdee5331 -> 98e22cbd7


Javadoc typo fix

Signed-off-by: Anton Vinogradov <av...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/98e22cbd
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/98e22cbd
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/98e22cbd

Branch: refs/heads/master
Commit: 98e22cbd78ee73e1db44715bec02fc17ad7035ea
Parents: 3cdee53
Author: Anton Vinogradov <av...@apache.org>
Authored: Thu May 10 12:22:13 2018 +0300
Committer: Anton Vinogradov <av...@apache.org>
Committed: Thu May 10 12:22:13 2018 +0300

----------------------------------------------------------------------
 .../processors/cache/distributed/dht/GridDhtTopologyFuture.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/98e22cbd/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtTopologyFuture.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtTopologyFuture.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtTopologyFuture.java
index 0bcc4a8..bc0331c 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtTopologyFuture.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtTopologyFuture.java
@@ -32,7 +32,7 @@ import org.jetbrains.annotations.Nullable;
  * safe to use when all transactions that involve moving primary partitions are completed and partition map
  * exchange is also completed.
  * <p/>
- * When new new cache operation is started, it will wait for this future before acquiring new locks on particular
+ * When new cache operation is started, it will wait for this future before acquiring new locks on particular
  * topology version.
  */
 public interface GridDhtTopologyFuture extends IgniteInternalFuture<AffinityTopologyVersion> {