Skip to content

Commit

Permalink
CB-5695. Fixed checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisSinelnikov committed Nov 18, 2024
1 parent 812bf7f commit a2e75cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void reverseProxyAuthentication(@NotNull HttpServletRequest request, @Not
String fullName = request.getHeader(resolveParam(paramConfigMap.get(RPConstants.PARAM_FULL_NAME), RPAuthProvider.X_FULL_NAME));
String logoutUrl = null;
String teamDelimiter = DEFAULT_TEAM_DELIMITER;
if (configuration != null ) {
if (configuration != null) {
logoutUrl = configuration.getParameter(RPConstants.PARAM_LOGOUT_URL);
teamDelimiter = resolveParam(JSONUtils.getString(configuration.getParameters(),
RPConstants.PARAM_TEAM_DELIMITER), DEFAULT_TEAM_DELIMITER);
Expand Down

0 comments on commit a2e75cd

Please sign in to comment.