Skip to content

Commit 58d5088

Browse files
dvanblermarcusdacoregio
authored andcommitted
Fix return type to allow further security config
1 parent 3443eac commit 58d5088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/src/main/java/org/springframework/security/config/annotation/web/configurers/saml2/Saml2LoginConfigurer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public Saml2LoginConfigurer<B> authenticationManager(AuthenticationManager authe
163163
* @param repo the repository of relying parties
164164
* @return the {@link Saml2LoginConfigurer} for further configuration
165165
*/
166-
public Saml2LoginConfigurer relyingPartyRegistrationRepository(RelyingPartyRegistrationRepository repo) {
166+
public Saml2LoginConfigurer<B> relyingPartyRegistrationRepository(RelyingPartyRegistrationRepository repo) {
167167
this.relyingPartyRegistrationRepository = repo;
168168
return this;
169169
}

0 commit comments

Comments
 (0)