Browse Source

Fix Formatting

pull/15498/head
Josh Cummings 2 years ago
parent
commit
2f34824d0e
  1. 3
      saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/web/authentication/logout/Saml2RelyingPartyInitiatedLogoutSuccessHandler.java

3
saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/web/authentication/logout/Saml2RelyingPartyInitiatedLogoutSuccessHandler.java

@ -36,8 +36,7 @@ import org.springframework.web.util.HtmlUtils;
import org.springframework.web.util.UriComponentsBuilder; import org.springframework.web.util.UriComponentsBuilder;
/** /**
* A success handler for issuing a SAML 2.0 Logout Request to the SAML 2.0 Asserting * A success handler for issuing a SAML 2.0 Logout Request to the SAML 2.0 Asserting Party
* Party
* *
* @author Josh Cummings * @author Josh Cummings
* @since 5.6 * @since 5.6

Loading…
Cancel
Save