From e68e0b1ee9ffeb28b0cdd7eb87f1165b2fecdefd Mon Sep 17 00:00:00 2001 From: shroman Date: Fri, 16 Mar 2018 12:10:32 +0900 Subject: [PATCH] IGNITE-7800: Correction for IgniteSystemProperties.IGNITE_NO_SHUTDOWN_HOOK javadoc. --- .../src/main/java/org/apache/ignite/IgniteSystemProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 11419ec50abe9..cd62e48e63423 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"; /**