Skip to content

Commit

Permalink
Update the fix for LDEV-1049
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmitrah committed Feb 19, 2024
1 parent 9affcbf commit b2ee947
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5018,7 +5018,7 @@ private static void _loadComponent(ConfigServer configServer, ConfigImpl config,
if (!StringUtil.isEmpty(strRF, true)) config.setReturnFormat(UDFUtil.toReturnFormat(strRF, UDF.RETURN_FORMAT_WDDX));
else if (configServer != null) {
ConfigServerImpl csi = (ConfigServerImpl) configServer;
csi.setReturnFormat(csi.getReturnFormat());
config.setReturnFormat(csi.getReturnFormat());
}

// component-default-import
Expand Down

0 comments on commit b2ee947

Please sign in to comment.