changeset 916:b3e412d37d75

st127
author Devel 1
date Wed, 25 Apr 2018 11:55:25 +0200
parents f4d5bc0876bd
children 4cd8f1649ef7
files stress-tester/src/main/java/com/passus/st/config/ConfigUtils.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stress-tester/src/main/java/com/passus/st/config/ConfigUtils.java	Tue Apr 24 23:00:43 2018 +0200
+++ b/stress-tester/src/main/java/com/passus/st/config/ConfigUtils.java	Wed Apr 25 11:55:25 2018 +0200
@@ -37,7 +37,7 @@
     }
 
     public static boolean isFieldName(CharSequence name) {
-        if (name == null || name.length() < 2) {
+        if (name == null || name.length() < 1) {
             return false;
         }