Browse Source

Harmonize property visibility in Saml2RelyingPartyProperties

Closes gh-19194
pull/19540/head
Stephane Nicoll 6 years ago
parent
commit
07a21ec601
  1. 2
      spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/saml2/Saml2RelyingPartyProperties.java

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

@ -59,7 +59,7 @@ public class Saml2RelyingPartyProperties { @@ -59,7 +59,7 @@ public class Saml2RelyingPartyProperties {
return this.signing;
}
Identityprovider getIdentityprovider() {
public Identityprovider getIdentityprovider() {
return this.identityprovider;
}

Loading…
Cancel
Save