Reports any calls to
notify()
. While occasionally useful, in almost all cases
notifyAll()
is a better choice. See Doug Lea's
Concurrent Programming in Java
for a discussion.