Skip to content

Commit 29fe5bb

Browse files
committed
Polish Web Authentication Builders
Issue gh-17861
1 parent 7b3122d commit 29fe5bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/src/main/java/org/springframework/security/web/authentication/preauth/PreAuthenticatedAuthenticationToken.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ public Builder<?> toBuilder() {
9696
}
9797

9898
/**
99-
* A builder preserving the concrete {@link Authentication} type
100-
*
99+
* A builder of {@link PreAuthenticatedAuthenticationToken} instances
101100
* @since 7.0
102101
*/
103102
public static class Builder<B extends Builder<B>> extends AbstractAuthenticationBuilder<B> {

0 commit comments

Comments
 (0)