From 1f8476aaf39e15113da1df3cbc7b5e6b4faab45c Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Sat, 19 May 2018 08:38:37 -0400 Subject: [PATCH] Add missing @param --- .../org/springframework/web/reactive/socket/HandshakeInfo.java | 1 + 1 file changed, 1 insertion(+) 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 cc776ee116..46bc202080 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,