This is an automated email from the ASF dual-hosted git repository.
amashenkov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 6899406 IGNITE-13384 Fix property name in default work dir README.
(#8276)
6899406 is described below
commit 68994064a0149d64f875d2734c88f58152b1e720
Author: Ilya Kasnacheev <[email protected]>
AuthorDate: Fri Oct 2 14:15:03 2020 +0300
IGNITE-13384 Fix property name in default work dir README. (#8276)
---
.../src/main/java/org/apache/ignite/internal/util/IgniteUtils.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/modules/core/src/main/java/org/apache/ignite/internal/util/IgniteUtils.java
b/modules/core/src/main/java/org/apache/ignite/internal/util/IgniteUtils.java
index 999068b..6bdc6fa 100755
---
a/modules/core/src/main/java/org/apache/ignite/internal/util/IgniteUtils.java
+++
b/modules/core/src/main/java/org/apache/ignite/internal/util/IgniteUtils.java
@@ -9544,8 +9544,8 @@ public abstract class IgniteUtils {
" Ignite nodes need in order to function
normally.\n" +
"Don't delete it unless you're sure you know what
you're doing.\n\n" +
"You can change the location of working directory with
\n" +
- " igniteConfiguration.setWorkingDirectory(location)
or \n" +
- " <property name=\"workingDirectory\"
value=\"location\"/> in IgniteConfiguration <bean>.\n");
+ " igniteConfiguration.setWorkDirectory(location) or
\n" +
+ " <property name=\"workDirectory\"
value=\"location\"/> in IgniteConfiguration <bean>.\n");
}
}
catch (Exception e) {