Skip to content

Commit

Permalink
Harmonize property visibility in Saml2RelyingPartyProperties
Browse files Browse the repository at this point in the history
Closes gh-19194
  • Loading branch information
snicoll committed Dec 30, 2019
1 parent 36bf05d commit 07a21ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public Signing getSigning() {
return this.signing;
}

Identityprovider getIdentityprovider() {
public Identityprovider getIdentityprovider() {
return this.identityprovider;
}

Expand Down

0 comments on commit 07a21ec

Please sign in to comment.