Change KotlinCleanupInspection display name and description to mention deprecated symbols

This commit is contained in:
Ilya Gorbunov
2015-06-04 19:47:24 +03:00
parent c194ced87e
commit 0c1a8ab8ff
3 changed files with 5 additions and 2 deletions
@@ -3,5 +3,8 @@
This inspection is used during the code cleanup operation (Analyze | Code Cleanup) to automatically
replace usages of obsolete language features or unnecessarily verbose code constructs with
compact and up-to-date syntax.
<p>
Deprecated symbol usages are also replaced with their proposed substitutions.
</p>
</body>
</html>