[sinttest] Add code comment and empty line

This commit is contained in:
Florian Schmaus 2021-03-18 21:32:37 +01:00
parent ddf96828e4
commit b276b89916
1 changed files with 3 additions and 0 deletions

View File

@ -196,9 +196,12 @@ public class XmppConnectionStressTest {
for (boolean[] markers : myReceiveMarkers.values()) {
if (BooleansUtils.contains(markers, false)) {
// There is at least one message we did not receive yet, therefore do not signal the
// receivedSemaphore.
return;
}
}
// All markers set to true, this means we received all messages.
receivedSemaphore.release();
}