File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-websocket/src/main/java/org/springframework/web/socket Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2022 the original author or authors.
2
+ * Copyright 2002-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -145,8 +145,8 @@ public final class CloseStatus implements Serializable {
145
145
* client that may be done during normal shutdown.
146
146
* @since 4.0.3
147
147
*/
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" );
150
150
151
151
152
152
private final int code ;
You can’t perform that action at this time.
0 commit comments