You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2017/03/23 07:16:21 UTC

[46/51] [abbrv] ignite git commit: Fix javadoc

Fix javadoc


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

Branch: refs/heads/ignite-4829
Commit: 5555bc6d25010f5267ca30423fab61e4377bbc15
Parents: 612e92a
Author: Pavel Tupitsyn <pt...@apache.org>
Authored: Wed Mar 22 17:43:48 2017 +0300
Committer: Pavel Tupitsyn <pt...@apache.org>
Committed: Wed Mar 22 17:44:00 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/5555bc6d/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CachePartitionExchangeWorkerTask.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CachePartitionExchangeWorkerTask.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CachePartitionExchangeWorkerTask.java
index 80ef9f5..ca99511 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CachePartitionExchangeWorkerTask.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CachePartitionExchangeWorkerTask.java
@@ -22,7 +22,7 @@ package org.apache.ignite.internal.processors.cache;
  */
 public interface CachePartitionExchangeWorkerTask {
     /**
-     * @return {@code True) if task denotes standard exchange task, {@code false} if this is a custom task which
+     * @return {@code True} if task denotes standard exchange task, {@code false} if this is a custom task which
      * must be executed from within exchange thread.
      */
     boolean isExchange();