Merge branch 'idea90' of git.labs.intellij.net:idea/community into idea90
[fedora-idea.git] / plugins / groovy / resources / inspectionDescriptions / GroovyEmptySyncBlock.html
blob5a5453b0f51c755d78fe04a7d2e8cb69077827d9
1 <html>
2 <body><table> <tr> <td valign="top" height="150">
3 <font face="verdana" size="-1">
4 This inspection reports any instances of <b><font color="#000080">synchronized</font></b> statements in Groovy code
5 having empty bodies. While theoretically this may be the semantics intended, this construction is
6 confusing, and often the result of a typo.
7 </font></td> </tr> <tr> <td height="20"> <font face="verdana" size="-2">Powered by InspectorGroovy </font> </td> </tr> </table> </body>
8 </html>