Fix formatting

This commit is contained in:
Eleftheria Stein 2020-11-09 13:46:09 +01:00
parent 5661e06e9c
commit 34a21cd80c
2 changed files with 6 additions and 6 deletions

View File

@ -371,8 +371,8 @@ public class SwitchUserFilter extends GenericFilterBean implements ApplicationEv
/**
* Sets the authentication data access object.
* @param userDetailsService The <tt>UserDetailsService</tt> which will be used to load
* information for the user that is being switched to.
* @param userDetailsService The <tt>UserDetailsService</tt> which will be used to
* load information for the user that is being switched to.
*/
public void setUserDetailsService(UserDetailsService userDetailsService) {
this.userDetailsService = userDetailsService;

View File

@ -115,8 +115,8 @@ public class SwitchUserWebFilter implements WebFilter {
/**
* Creates a filter for the user context switching
* @param userDetailsService The <tt>UserDetailsService</tt> which will be used to load
* information for the user that is being switched to.
* @param userDetailsService The <tt>UserDetailsService</tt> which will be used to
* load information for the user that is being switched to.
* @param successHandler Used to define custom behaviour on a successful switch or
* exit user.
* @param failureHandler Used to define custom behaviour when a switch fails.
@ -135,8 +135,8 @@ public class SwitchUserWebFilter implements WebFilter {
/**
* Creates a filter for the user context switching
* @param userDetailsService The <tt>UserDetailsService</tt> which will be used to load
* information for the user that is being switched to.
* @param userDetailsService The <tt>UserDetailsService</tt> which will be used to
* load information for the user that is being switched to.
* @param successTargetUrl Sets the URL to go to after a successful switch / exit user
* request
* @param failureTargetUrl The URL to which a user should be redirected if the switch