fix javadoc

This commit is contained in:
kimchy 2011-01-15 02:15:36 +02:00
parent 998f5f4188
commit c0e2e14c36

View File

@ -49,7 +49,7 @@ public interface Node {
Node start(); 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(); Node stop();