diff --git a/spring-webflux/src/main/java/org/springframework/web/reactive/socket/HandshakeInfo.java b/spring-webflux/src/main/java/org/springframework/web/reactive/socket/HandshakeInfo.java index cc776ee116d..46bc2020806 100644 --- a/spring-webflux/src/main/java/org/springframework/web/reactive/socket/HandshakeInfo.java +++ b/spring-webflux/src/main/java/org/springframework/web/reactive/socket/HandshakeInfo.java @@ -66,6 +66,7 @@ public class HandshakeInfo { * @param headers request headers for server or response headers or client * @param principal the principal for the session * @param protocol the negotiated sub-protocol (may be {@code null}) + * @param attributes initial attributes to use for the WebSocket session * @since 5.1 */ public HandshakeInfo(URI uri, HttpHeaders headers, Mono principal,