You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/10/25 14:01:32 UTC

[11/14] ignite git commit: IGNITE-6667 wip.

IGNITE-6667 wip.


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

Branch: refs/heads/ignite-6667
Commit: c44ea826cabc8e46d14d4c4f964abfb2e99911ef
Parents: 92d00c3
Author: Aleksei Scherbakov <al...@gmail.com>
Authored: Tue Oct 24 15:07:55 2017 +0300
Committer: Aleksei Scherbakov <al...@gmail.com>
Committed: Tue Oct 24 15:07:55 2017 +0300

----------------------------------------------------------------------
 .../internal/managers/discovery/DiscoveryCustomMessage.java       | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/c44ea826/modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/DiscoveryCustomMessage.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/DiscoveryCustomMessage.java b/modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/DiscoveryCustomMessage.java
index ae238a0..2f4c5fe 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/DiscoveryCustomMessage.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/DiscoveryCustomMessage.java
@@ -97,7 +97,8 @@ public interface DiscoveryCustomMessage extends Serializable {
      *
      * @param ctx Context.
      * @param topVer New topology version.
-     * @param discoCache @return Reused discovery cache.
+     * @param discoCache Current discovery cache.
+     * @return Reused discovery cache.
      *
      * @throws UnsupportedOperationException If message doesn't support discovery cache reuse.
      */