Skip to content

Commit

Permalink
Fix Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent MARTELLI authored and jzheaux committed Jun 22, 2023
1 parent f25d76c commit 5a7eb10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
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
Expand Down

0 comments on commit 5a7eb10

Please sign in to comment.