Skip to content

Commit 201ca8f

Browse files
shihuili1218tynan.liu
and
tynan.liu
authored
update commet in SystemPropertyUtil (#923)
* update commet in SystemPropertyUtil * format code style --------- Co-authored-by: tynan.liu <[email protected]>
1 parent 0bd432e commit 201ca8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jraft-core/src/main/java/com/alipay/sofa/jraft/util/SystemPropertyUtil.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,7 @@ public static long getLong(String key, long def) {
169169
// ignored
170170
}
171171

172-
LOG.warn("Unable to parse the long integer system property '{}':{} - using the default value: {}.", key, value,
173-
def);
172+
LOG.warn("Unable to parse the long system property '{}':{} - using the default value: {}.", key, value, def);
174173

175174
return def;
176175
}

0 commit comments

Comments
 (0)