checkstyle fix

This commit is contained in:
iliax 2023-05-02 13:32:01 +04:00
parent 33c5f5f975
commit bf4f4f1498

View file

@ -147,7 +147,7 @@ public class DynamicConfigOperations {
.onErrorMap(th -> new FileUploadException(targetFilePath, th)); .onErrorMap(th -> new FileUploadException(targetFilePath, th));
} }
private void checkIfDynamicConfigEnabled(){ private void checkIfDynamicConfigEnabled() {
if (!dynamicConfigEnabled()) { if (!dynamicConfigEnabled()) {
throw new ValidationException( throw new ValidationException(
"Dynamic config change is not allowed. " "Dynamic config change is not allowed. "