better javadoc
This commit is contained in:
parent
10183c7440
commit
10f96ba8f2
|
@ -244,7 +244,7 @@ public class JgroupsDiscovery extends AbstractLifecycleComponent<Discovery> impl
|
||||||
return;
|
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()) {
|
if (isMaster()) {
|
||||||
try {
|
try {
|
||||||
BytesStreamInput is = new BytesStreamInput(msg.getBuffer());
|
BytesStreamInput is = new BytesStreamInput(msg.getBuffer());
|
||||||
|
|
Loading…
Reference in New Issue