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 2015/12/09 16:18:28 UTC

ignite git commit: ignite-1.5 Fixed javadoc.

Repository: ignite
Updated Branches:
  refs/heads/ignite-1.5 6791c5003 -> 049f5bebd


ignite-1.5 Fixed javadoc.


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

Branch: refs/heads/ignite-1.5
Commit: 049f5bebd50e1350a7bf80886da7dbda46cf3ab6
Parents: 6791c50
Author: sboikov <sb...@gridgain.com>
Authored: Wed Dec 9 18:17:12 2015 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Wed Dec 9 18:17:12 2015 +0300

----------------------------------------------------------------------
 .../src/main/java/org/apache/ignite/thread/IgniteThread.java   | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/049f5beb/modules/core/src/main/java/org/apache/ignite/thread/IgniteThread.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/thread/IgniteThread.java b/modules/core/src/main/java/org/apache/ignite/thread/IgniteThread.java
index 974fa94..a9f1fbb 100644
--- a/modules/core/src/main/java/org/apache/ignite/thread/IgniteThread.java
+++ b/modules/core/src/main/java/org/apache/ignite/thread/IgniteThread.java
@@ -88,7 +88,11 @@ public class IgniteThread extends Thread {
         this.gridName = gridName;
     }
 
-    /** {@inheritDoc} */
+    /**
+     * Gets name of the grid this thread belongs to.
+     *
+     * @return Name of the grid this thread belongs to.
+     */
     public String getGridName() {
         return gridName;
     }