2 This method calls <code>wait()</code> on a
3 <code>java.util.concurrent.locks.Condition</code> object.
4 Waiting for a <code>Condition</code> should be done using one of the <code>await()</code>
5 methods defined by the <code>Condition</code> interface.