Merge pull request #16616 from foreverhex
* pr/16616: Fix checkstyle violation
This commit is contained in:
@@ -157,7 +157,7 @@ class StartupInfoLogger {
|
||||
value = defaultValue;
|
||||
}
|
||||
if (StringUtils.hasLength(value)) {
|
||||
message.append(message.length() > 0 ? " " : "");
|
||||
message.append((message.length() > 0) ? " " : "");
|
||||
message.append(prefix);
|
||||
message.append(value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user