[#1785] Fix incorrect javadocs
This commit is contained in:
parent
09a748abdb
commit
6fc297bc42
@ -146,7 +146,7 @@ import java.util.concurrent.TimeUnit;
|
|||||||
* // GOOD
|
* // GOOD
|
||||||
* {@link Bootstrap} b = ...;
|
* {@link Bootstrap} b = ...;
|
||||||
* // Configure the connect timeout option.
|
* // Configure the connect timeout option.
|
||||||
* <b>b.setOption({@link ChannelOption}.CONNECT_TIMEOUT_MILLIS, 10000);</b>
|
* <b>b.option({@link ChannelOption}.CONNECT_TIMEOUT_MILLIS, 10000);</b>
|
||||||
* {@link ChannelFuture} f = b.connect(...);
|
* {@link ChannelFuture} f = b.connect(...);
|
||||||
* f.awaitUninterruptibly();
|
* f.awaitUninterruptibly();
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user