Harmonize property visibility in Saml2RelyingPartyProperties

Closes gh-19194
This commit is contained in:
Stephane Nicoll
2019-12-30 16:53:23 +01:00
parent 36bf05dde7
commit 07a21ec601

View File

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