Skip to content

Commit

Permalink
CB-4099. Fixed checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisSinelnikov committed Oct 19, 2023
1 parent 6d8a9b8 commit 8ff0f4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ public boolean configureServer(WebSession webSession, Map<String, Object> params
if (CommonUtils.isEmpty(adminName)) {
adminName = CBConstants.DEFAULT_ADMIN_NAME;
}
for(WebAuthInfo webAuthInfo : authInfoList) {
for (WebAuthInfo webAuthInfo : authInfoList) {
authInfos.add(new AuthInfo(
webAuthInfo.getAuthProviderDescriptor().getId(),
webAuthInfo.getUserCredentials()));
Expand Down

0 comments on commit 8ff0f4c

Please sign in to comment.