Updates javadoc

This commit is contained in:
spencergibb
2021-07-14 17:17:16 -04:00
parent 52ffee5aae
commit 2d36c6dfdd
2 changed files with 2 additions and 2 deletions

View File

@@ -237,7 +237,7 @@ public class NettyRoutingFilter implements GlobalFilter, Ordered {
* timeout configuration.
* @param route the current route.
* @param exchange the current ServerWebExchange.
* @return
* @return the configured HttpClient.
*/
protected HttpClient getHttpClient(Route route, ServerWebExchange exchange) {
Object connectTimeoutAttr = route.getMetadata().get(CONNECT_TIMEOUT_ATTR);

View File

@@ -215,7 +215,7 @@ public class WebsocketRoutingFilter implements GlobalFilter, Ordered {
/**
* Copy subProtocols so they are available downstream.
* @return
* @return available subProtocols.
*/
@Override
public List<String> getSubProtocols() {