checkstyle fix
This commit is contained in:
parent
33c5f5f975
commit
bf4f4f1498
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ public class DynamicConfigOperations {
|
|||
.onErrorMap(th -> new FileUploadException(targetFilePath, th));
|
||||
}
|
||||
|
||||
private void checkIfDynamicConfigEnabled(){
|
||||
private void checkIfDynamicConfigEnabled() {
|
||||
if (!dynamicConfigEnabled()) {
|
||||
throw new ValidationException(
|
||||
"Dynamic config change is not allowed. "
|
||||
|
|
Loading…
Add table
Reference in a new issue