Add missing @param
This commit is contained in:
parent
36f8d49c4a
commit
1f8476aaf3
|
@ -66,6 +66,7 @@ public class HandshakeInfo {
|
||||||
* @param headers request headers for server or response headers or client
|
* @param headers request headers for server or response headers or client
|
||||||
* @param principal the principal for the session
|
* @param principal the principal for the session
|
||||||
* @param protocol the negotiated sub-protocol (may be {@code null})
|
* @param protocol the negotiated sub-protocol (may be {@code null})
|
||||||
|
* @param attributes initial attributes to use for the WebSocket session
|
||||||
* @since 5.1
|
* @since 5.1
|
||||||
*/
|
*/
|
||||||
public HandshakeInfo(URI uri, HttpHeaders headers, Mono<Principal> principal,
|
public HandshakeInfo(URI uri, HttpHeaders headers, Mono<Principal> principal,
|
||||||
|
|
Loading…
Reference in New Issue