]> source.dussan.org Git - sonarqube.git/blob
f1fe27a4e83ae0952c77f2783cc597f73b99f7d4
[sonarqube.git] /
1 <p> This method calls <code>notify()</code> rather than <code>notifyAll()</code>.&nbsp;
2   Java monitors are often used for multiple conditions.&nbsp; Calling <code>notify()</code>
3   only wakes up one thread, meaning that the thread woken up might not be the
4   one waiting for the condition that the caller just satisfied.</p>