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

[08/50] ignite git commit: added javadoc to class header of GridNearGetRequest

added javadoc to class header of GridNearGetRequest


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

Branch: refs/heads/master
Commit: 7538ed19b18b445b01f83daf7d5bfacd37e8f9a5
Parents: 62a427b
Author: Ivan Rakov <iv...@gmail.com>
Authored: Fri Jun 23 20:20:07 2017 +0300
Committer: Ivan Rakov <iv...@gmail.com>
Committed: Fri Jun 23 20:20:07 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/7538ed19/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearGetRequest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearGetRequest.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearGetRequest.java
index a550aa3..1bffac4 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearGetRequest.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearGetRequest.java
@@ -47,7 +47,7 @@ import org.apache.ignite.plugin.extensions.communication.MessageWriter;
 import org.jetbrains.annotations.NotNull;
 
 /**
- * Get request. Responsible for obtaining entry from primary code. 'Near' means 'Primary' here, not 'Near Cache'.
+ * Get request. Responsible for obtaining entry from primary node. 'Near' means 'Primary' here, not 'Near Cache'.
  */
 public class GridNearGetRequest extends GridCacheIdMessage implements GridCacheDeployable,
     GridCacheVersionable {