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. * Creates a new instance with no {@link ChannelFactory} set.
* {@link #setFactory(ChannelFactory)} must be called at once before any * {@link #setFactory(ChannelFactory)} must be called before any I/O
* I/O operation is requested. * operation is requested.
*/ */
public ClientBootstrap() { public ClientBootstrap() {
super(); super();

View File

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