better javadoc

This commit is contained in:
kimchy 2010-04-01 23:34:22 +03:00
parent 10183c7440
commit 10f96ba8f2
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ public class JgroupsDiscovery extends AbstractLifecycleComponent<Discovery> impl
return;
}
// direct message from a member that indicate his state has changed.
// direct message from a member indicating it has joined the jgroups cluster and provides us its node information
if (isMaster()) {
try {
BytesStreamInput is = new BytesStreamInput(msg.getBuffer());