Skip to content

Commit ec291a6

Browse files
authored
Update index.adoc
Fix Javadoc reference
1 parent b053c33 commit ec291a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Please check the {@link io.vertx.httpproxy.interceptors.BodyTransformer} for oth
192192

193193
By default, interceptors are not invoked during WebSocket upgrades.
194194

195-
To make an interceptor available during the WebSocket handshake, use {@link io.vertx.httpproxy.HttpProxy#addInterceptor(io.vertx.httpproxy.ProxyInterceptor, boolean):
195+
To make an interceptor available during the WebSocket handshake, use {@link io.vertx.httpproxy.HttpProxy#addInterceptor(io.vertx.httpproxy.ProxyInterceptor, boolean)}:
196196

197197
[source,java]
198198
----

0 commit comments

Comments
 (0)