Add missing @param

This commit is contained in:
Rossen Stoyanchev 2018-05-19 08:38:37 -04:00
parent 36f8d49c4a
commit 1f8476aaf3
1 changed files with 1 additions and 0 deletions

View File

@ -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> principal,