Repository: ignite
Updated Branches:
  refs/heads/master 96d12d84b -> 682197ba9


IGNITE-7800: Correction for IgniteSystemProperties.IGNITE_NO_SHUTDOWN_HOOK 
javadoc. - Fixes #3644.

Signed-off-by: shroman <rsht...@yahoo.com>


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

Branch: refs/heads/master
Commit: 682197ba952e1a011126071062b870fbbdd2f707
Parents: 96d12d8
Author: shroman <rsht...@yahoo.com>
Authored: Fri Mar 16 12:13:10 2018 +0900
Committer: shroman <rsht...@yahoo.com>
Committed: Fri Mar 16 12:13:10 2018 +0900

----------------------------------------------------------------------
 .../src/main/java/org/apache/ignite/IgniteSystemProperties.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/682197ba/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 11419ec..cd62e48 100644
--- a/modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java
+++ b/modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java
@@ -65,7 +65,7 @@ public final class IgniteSystemProperties {
     /** Defines Ignite installation folder. */
     public static final String IGNITE_HOME = "IGNITE_HOME";
 
-    /** If this system property is set to {@code false} - no shutdown hook 
will be set. */
+    /** If this system property is set to {@code true} - no shutdown hook will 
be set. */
     public static final String IGNITE_NO_SHUTDOWN_HOOK = 
"IGNITE_NO_SHUTDOWN_HOOK";
 
     /**

Reply via email to