This method contains a call to java.util.concurrent.await()
(or variants)
which is not in a loop. If the object is used for multiple conditions,
the condition the caller intended to wait for might not be the one
that actually occurred.
This rule is deprecated, use {rule:squid:S2274} instead.