fix description for redundant throws inspection IDEA-180353

This commit is contained in:
Dmitry Batkovich
2017-10-11 09:06:08 +03:00
parent 05677dfb78
commit f5e6dd2b8d
@@ -1,8 +1,6 @@
<html>
<body>
This inspection reports exceptions that are declared in a method's signature but never
thrown by the method itself or its implementations/derivatives. Since this inspection requires global code analysis,
it is only available in batch inspection mode. A limited version for use in editor highlighting is available as
<nobr><i>General | Redundant throws declaration</i>.</nobr>
thrown by the method itself or its implementations/derivatives.
</body>
</html>