This is an automated email from the ASF dual-hosted git repository.

gvvinblade 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 573f278  fix test
573f278 is described below

commit 573f278563c71baa1269c35952d9e45fe5f15099
Author: Igor Seliverstov <gvvinbl...@gmail.com>
AuthorDate: Wed Oct 7 12:49:48 2020 +0300

    fix test
---
 .../core/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 7aa506b..949e9c6 100644
--- a/modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java
+++ b/modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java
@@ -532,7 +532,7 @@ public final class IgniteSystemProperties {
     /**
      * System property to specify per thread binary allocator chunk pool size. 
Default value is {@code 32}.
      */
-    @SystemProperty(value = "Per thread binary allocator chunk pool size.",
+    @SystemProperty(value = "Per thread binary allocator chunk pool size",
         type = Integer.class, defaults = "" + 
DFLT_MARSHAL_BUFFERS_PER_THREAD_POOL_SIZE)
     public static final String IGNITE_MARSHAL_BUFFERS_PER_THREAD_POOL_SIZE = 
"IGNITE_MARSHAL_BUFFERS_PER_THREAD_POOL_SIZE";
 

Reply via email to