Merge branch '2.2.x'

Closes gh-19486
This commit is contained in:
Stephane Nicoll
2019-12-30 17:01:53 +01:00

View File

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