build fix

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
Abhishek Kumar 2026-04-15 13:44:48 +05:30
parent 82d062e3f5
commit fac62adfe3
1 changed files with 1 additions and 1 deletions

View File

@ -1129,7 +1129,7 @@ public class ConfigurationManagerImpl extends ManagerBase implements Configurati
paramCountCheck++;
}
if (managementServerId != null) {
scope = ConfigKey.Scope.ManagementServer.toString();
scope = ConfigKey.Scope.ManagementServer;
id = managementServerId;
paramCountCheck++;
}