Build fix: forgotten inspection descriptions was added for new inspections

This commit is contained in:
Mikhail Glukhikh
2016-11-07 14:55:36 +03:00
parent 3db459c1d8
commit a6d17132b3
2 changed files with 10 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection detects an empty primary constructor when it would be implicitly available anyway
</body>
</html>
@@ -0,0 +1,5 @@
<html>
<body>
This inspection detects empty bodies of secondary constructors
</body>
</html>