Fix Javadoc
This commit is contained in:
parent
f25d76c48f
commit
5a7eb108c8
|
@ -28,7 +28,7 @@ import org.springframework.security.core.context.SecurityContextHolder;
|
|||
import org.springframework.security.core.context.SecurityContextHolderStrategy;
|
||||
|
||||
/**
|
||||
* A {@link WithAnonymousUserSecurityContextFactory} that runs with an
|
||||
* A {@link WithSecurityContextFactory} that runs with an
|
||||
* {@link AnonymousAuthenticationToken}. .
|
||||
*
|
||||
* @author Rob Winch
|
||||
|
|
|
@ -33,7 +33,7 @@ import org.springframework.util.Assert;
|
|||
import org.springframework.util.StringUtils;
|
||||
|
||||
/**
|
||||
* A {@link WithUserDetailsSecurityContextFactory} that works with {@link WithMockUser}.
|
||||
* A {@link WithSecurityContextFactory} that works with {@link WithMockUser}.
|
||||
*
|
||||
* @author Rob Winch
|
||||
* @since 4.0
|
||||
|
|
|
@ -34,8 +34,7 @@ import org.springframework.util.ClassUtils;
|
|||
import org.springframework.util.StringUtils;
|
||||
|
||||
/**
|
||||
* A {@link WithUserDetailsSecurityContextFactory} that works with {@link WithUserDetails}
|
||||
* .
|
||||
* A {@link WithSecurityContextFactory} that works with {@link WithUserDetails} .
|
||||
*
|
||||
* @author Rob Winch
|
||||
* @since 4.0
|
||||
|
|
Loading…
Reference in New Issue