This commit is contained in:
norman 2012-05-22 14:16:39 +02:00
parent 9024bc8704
commit d7aa5c6d8a

View File

@ -235,7 +235,7 @@ public class ClientBootstrap extends Bootstrap {
* to a remoteAddress by calling {@link Channel#connect(SocketAddress)}.This method is useful where bind and connect
* need to be done in separate steps.
*
* This can also be useful if you want to set and attachment to the {@link Channel} via
* This can also be useful if you want to set an attachment to the {@link Channel} via
* {@link Channel#setAttachment(Object)} so you can use it after the {@link #bind(SocketAddress)} was done.
* <br>
* For example: