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-1537 Commit: 049f5bebd50e1350a7bf80886da7dbda46cf3ab6 Parents: 6791c50 Author: sboikov <[email protected]> Authored: Wed Dec 9 18:17:12 2015 +0300 Committer: sboikov <[email protected]> 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; }
