Merge branch 'idea90' of git.labs.intellij.net:idea/community into idea90
[fedora-idea.git] / plugins / groovy / resources / inspectionDescriptions / GroovyUnnecessaryReturn.html
blobf1c43831ffdc7587346a6ff6b38bc1a2b7d9f288
1 <html>
2 <body><table> <tr> <td valign="top" height="150">
3 <font face="verdana" size="-1">
4 This inspection reports on any unnecessary Groovy <b><font color="#000080">return</font></b> statements at the end of constructors and methods returning
5 <b><font color="#000080">void</font></b>. These may be safely removed.
6 </font></td> </tr> <tr> <td height="20"> <font face="verdana" size="-2">Powered by InspectorGroovy </font> </td> </tr> </table> </body>
7 </html>