fix javadoc
This commit is contained in:
parent
998f5f4188
commit
c0e2e14c36
|
@ -49,7 +49,7 @@ public interface Node {
|
|||
Node start();
|
||||
|
||||
/**
|
||||
* Stops the node. If the node is already started, this method is no-op.
|
||||
* Stops the node. If the node is already stopped, this method is no-op.
|
||||
*/
|
||||
Node stop();
|
||||
|
||||
|
|
Loading…
Reference in New Issue