[java] cleanup of inspection description updates NegativelyNamedBooleanVariable

GitOrigin-RevId: 61bec56b30709acfa6fa8e7b0835c87a83b22ae6
This commit is contained in:
Olga.Klisho
2021-04-15 00:30:23 +03:00
committed by intellij-monorepo-bot
parent 23993f5c81
commit 70c521a84e
@@ -1,7 +1,7 @@
<html>
<body>
Reports negatively named variables, for example 'disabled', 'hidden', 'isNotChanged'.
It is usually more clear to invert the <b>boolean</b> value and remove the negation from the name.
It is usually more clear to invert the <code>boolean</code> value and remove the negation from the name.
<!-- tooltip end -->
<p>
</body>