# HELPDESC-777 Fix javadoc.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/c5dc4926 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/c5dc4926 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/c5dc4926 Branch: refs/heads/ignite-900 Commit: c5dc4926aaa44178dad6cdad5fdd7f273d4da6ed Parents: 4264799 Author: sevdokimov <sergey.evdoki...@jetbrains.com> Authored: Wed Jul 22 20:29:09 2015 +0300 Committer: sevdokimov <sergey.evdoki...@jetbrains.com> Committed: Wed Jul 22 20:30:17 2015 +0300 ---------------------------------------------------------------------- .../src/main/java/org/apache/ignite/IgniteSystemProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/c5dc4926/modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java b/modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java index b5685b2..d0dd29b 100644 --- a/modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java +++ b/modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java @@ -318,7 +318,7 @@ public final class IgniteSystemProperties { /** * If this property is set to {@code true} then Ignite will append - * hash code of class loader to bean name returned by {@link RuntimeMXBean#getName()}. + * hash code of class loader to MXBean name. * <p> * Default is {@code true}. */