fix javadoc typo

This commit is contained in:
SeasonPan
2023-03-20 23:05:41 +08:00
committed by Josh Cummings
parent bb402a706f
commit a44e91d044
6 changed files with 2 additions and 8 deletions

View File

@@ -153,7 +153,7 @@ public abstract class AbstractSaml2AuthenticationRequest implements Serializable
/**
* Creates a new Builder with relying party registration
* @param registration the registration of the relying party.
* @sine 5.8
* @since 5.8
*/
protected Builder(RelyingPartyRegistration registration) {
this.relyingPartyRegistrationId = registration.getRegistrationId();