Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
ObjectNotify.html
blob: 544d1fa7fd18992b022b24cbbd9b0963bb3503d9 [
file
] [
log
] [
blame
]
<html>
<body>
Reports any calls to
<b>
notify()
</b>
. While occasionally useful, in almost all cases
<b>
notifyAll()
</b>
is a better choice. See Doug Lea's
<I>
Concurrent Programming in Java
</I>
for a discussion.
<!-- tooltip end -->
<p>
</body>
</html>