Skip to content

Commit 44ecf2f

Browse files
committed
Fix Formatting
1 parent 1f727a0 commit 44ecf2f

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

config/src/main/java/org/springframework/security/config/web/server/ServerHttpSecurity.java

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5535,8 +5535,7 @@ private ServerLogoutHandler logoutHandler() {
55355535
* that the scheme, server name, or port in the {@code Host} header are
55365536
* different from how you would address the same server internally.
55375537
* @param logoutUri the URI to request logout on the back-channel
5538-
* @return the {@link BackChannelLogoutConfigurer} for
5539-
* further customizations
5538+
* @return the {@link BackChannelLogoutConfigurer} for further customizations
55405539
* @since 6.2.4
55415540
* @deprecated Please use {@link #sessionLogout} instead
55425541
*/
@@ -5609,8 +5608,7 @@ public BackChannelLogoutConfigurer logoutUri(String logoutUri) {
56095608
* </pre>
56105609
* @param sessionLogout a {@link Customizer} for configuring how to log out of
56115610
* each individual session
5612-
* @return {@link BackChannelLogoutConfigurer} for
5613-
* further customizations
5611+
* @return {@link BackChannelLogoutConfigurer} for further customizations
56145612
* @since 6.4
56155613
*/
56165614
public BackChannelLogoutConfigurer sessionLogout(Customizer<SessionLogoutConfigurer> sessionLogout) {
@@ -5695,9 +5693,7 @@ private SessionLogoutConfigurer() {
56955693
* different logout endpoint, like the Spring Security logout endpoint:
56965694
* {@code {baseScheme}://localhost{basePort}/logout}.
56975695
* @param uri the URI to invoke to log out specific sessions
5698-
* @return the
5699-
* {@link SessionLogoutConfigurer}
5700-
* for further customizations
5696+
* @return the {@link SessionLogoutConfigurer} for further customizations
57015697
*/
57025698
public SessionLogoutConfigurer uri(String uri) {
57035699
this.logoutUri = uri;
@@ -5714,9 +5710,7 @@ public SessionLogoutConfigurer uri(String uri) {
57145710
* <p>
57155711
* When using Spring Session, you may need to set this to {@code SESSION}
57165712
* @param cookieName the cookie name to use
5717-
* @return the
5718-
* {@link SessionLogoutConfigurer}
5719-
* for further customizations
5713+
* @return the {@link SessionLogoutConfigurer} for further customizations
57205714
*/
57215715
public SessionLogoutConfigurer cookieName(String cookieName) {
57225716
this.cookieName = cookieName;

0 commit comments

Comments
 (0)