Skip to content

Commit fb158ea

Browse files
Update server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java
1 parent 2deab67 commit fb158ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ public Configuration updateConfiguration(final UpdateCfgCmd cmd) throws InvalidP
10311031
}
10321032

10331033
if (value == null) {
1034-
throw new InvalidParameterValueException(String.format(The new value for the [%s] configuration must be given.", name));
1034+
throw new InvalidParameterValueException(String.format("The new value for the [%s] configuration must be given.", name));
10351035
}
10361036

10371037
validateIpAddressRelatedConfigValues(name, value);

0 commit comments

Comments
 (0)