Skip to content

Commit 17bc3fa

Browse files
committed
Polishing contribution
Closes gh-29220
1 parent 1de9426 commit 17bc3fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-websocket/src/main/java/org/springframework/web/socket/CloseStatus.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2022 the original author or authors.
2+
* Copyright 2002-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -145,8 +145,8 @@ public final class CloseStatus implements Serializable {
145145
* client that may be done during normal shutdown.
146146
* @since 4.0.3
147147
*/
148-
public static final CloseStatus SESSION_NOT_RELIABLE = new CloseStatus(4500)
149-
.withReason("Failed to send message within the configured send limit");
148+
public static final CloseStatus SESSION_NOT_RELIABLE =
149+
new CloseStatus(4500).withReason("Failed to send message within the configured send limit");
150150

151151

152152
private final int code;

0 commit comments

Comments
 (0)