Skip to content

Commit 3b6f21d

Browse files
committed
Merge branch '2.2.x'
Closes gh-19486
2 parents 50aa2b6 + 07a21ec commit 3b6f21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/saml2/Saml2RelyingPartyProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public Signing getSigning() {
5959
return this.signing;
6060
}
6161

62-
Identityprovider getIdentityprovider() {
62+
public Identityprovider getIdentityprovider() {
6363
return this.identityprovider;
6464
}
6565

0 commit comments

Comments
 (0)