fix javadoc

This commit is contained in:
kimchy 2011-01-15 02:15:36 +02:00
parent 998f5f4188
commit c0e2e14c36
1 changed files with 1 additions and 1 deletions

View File

@ -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();