Polished JavaDoc
This commit is contained in:
parent
27827068cd
commit
31aa468741
@ -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();
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user