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.
|
* 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();
|
||||||
|
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user