File tree 2 files changed +3
-3
lines changed
spring-webflux/src/main/java/org/springframework/web/reactive/socket
spring-websocket/src/main/java/org/springframework/web/socket
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public final class CloseStatus {
60
60
*/
61
61
public static final CloseStatus NOT_ACCEPTABLE = new CloseStatus (1003 );
62
62
63
- // 10004 : Reserved.
63
+ // 1004 : Reserved.
64
64
// The specific meaning might be defined in the future.
65
65
66
66
/**
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2023 the original author or authors.
2
+ * Copyright 2002-2025 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.
@@ -64,7 +64,7 @@ public final class CloseStatus implements Serializable {
64
64
*/
65
65
public static final CloseStatus NOT_ACCEPTABLE = new CloseStatus (1003 );
66
66
67
- // 10004 : Reserved.
67
+ // 1004 : Reserved.
68
68
// The specific meaning might be defined in the future.
69
69
70
70
/**
You can’t perform that action at this time.
0 commit comments