Jean-Baptiste Queru | b56ea2a | 2013-01-08 11:11:20 -0800 | [diff] [blame] | 1 | <html> |
| 2 | <body> |
| 3 | Reports on any call to <b>notify()</b> not made inside a corresponding synchronized |
| 4 | statement or synchronized method. Calling <b>notify()</b> on an object |
| 5 | without holding a lock on that object will result in an IllegalMonitorStateException being thrown. |
| 6 | Such a construct is not necessarily an error, as the necessary lock may be acquired before |
| 7 | the containing method is called, but it's worth looking at. |
| 8 | <!-- tooltip end --> |
| 9 | <p> |
Tor Norbye | c1ace1f | 2013-07-08 11:26:24 -0700 | [diff] [blame] | 10 | |
Jean-Baptiste Queru | b56ea2a | 2013-01-08 11:11:20 -0800 | [diff] [blame] | 11 | </body> |
| 12 | </html> |