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:13 UTC

[07/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/62a427b2
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/62a427b2
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/62a427b2

Branch: refs/heads/master
Commit: 62a427b2f2c1429dfae86cbec23abb6071cb5196
Parents: b621431
Author: Ivan Rakov <iv...@gmail.com>
Authored: Fri Jun 23 20:19:49 2017 +0300
Committer: Ivan Rakov <iv...@gmail.com>
Committed: Fri Jun 23 20:19:49 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/62a427b2/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 5f042d3..a550aa3 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.
+ * Get request. Responsible for obtaining entry from primary code. 'Near' means 'Primary' here, not 'Near Cache'.
  */
 public class GridNearGetRequest extends GridCacheIdMessage implements GridCacheDeployable,
     GridCacheVersionable {