1 <p> This method contains a call to <code>java.lang.Object.wait()</code> which
2 is not guarded by conditional control flow. The code should
3 verify that condition it intends to wait for is not already satisfied
4 before calling wait; any previous notifications will be ignored.