Polished JavaDoc

This commit is contained in:
Trustin Lee 2008-08-11 07:48:45 +00:00
parent 27827068cd
commit 31aa468741
2 changed files with 4 additions and 4 deletions

View File

@ -100,8 +100,8 @@ public class ClientBootstrap extends Bootstrap {
/**
* Creates a new instance with no {@link ChannelFactory} set.
* {@link #setFactory(ChannelFactory)} must be called at once before any
* I/O operation is requested.
* {@link #setFactory(ChannelFactory)} must be called before any I/O
* operation is requested.
*/
public ClientBootstrap() {
super();

View File

@ -136,8 +136,8 @@ public class ServerBootstrap extends Bootstrap {
/**
* Creates a new instance with no {@link ChannelFactory} set.
* {@link #setFactory(ChannelFactory)} must be called at once before any
* I/O operation is requested.
* {@link #setFactory(ChannelFactory)} must be called before any I/O
* operation is requested.
*/
public ServerBootstrap() {
super();