Document lock.wait(..) idiom in SourceReceiver Thread

This commit is contained in:
Thiago Kronig 2015-05-08 20:22:29 -03:00 committed by Clebert Suconic
parent b6093579bf
commit bbc509c654
1 changed files with 1 additions and 0 deletions

View File

@ -1878,6 +1878,7 @@ public final class JMSBridgeImpl implements JMSBridge
}
@Override
@SuppressWarnings("WaitNotInLoop") // both lock.wait(..) either returns, throws or continue, thus avoiding spurious wakes
public void run()
{
while (started)