Proofread Java postfix templates: unify descriptions

GitOrigin-RevId: 0334f9a7f7920bb0f54fb75e39f02c87f5ce8b19
This commit is contained in:
Aleksandra Zolushkina
2021-06-23 13:59:42 +00:00
committed by intellij-monorepo-bot
parent 212cfb8c26
commit 67a4f9c4fa
4 changed files with 4 additions and 6 deletions
@@ -1,5 +1,5 @@
<html>
<body>
Checks that a boolean expression is <code>false</code>.
Adds a check verifying that a boolean expression is <code>false</code>.
</body>
</html>
@@ -1,5 +1,5 @@
<html>
<body>
Checks that a boolean expression is <code>true</code>.
Adds a check verifying that a boolean expression is <code>true</code>.
</body>
</html>
@@ -1,6 +1,5 @@
<html>
<body>
Checks that an expression is null.
Adds a check verifying that an expression is null.
</body>
</html>
@@ -1,6 +1,5 @@
<html>
<body>
Checks that an expression is not null.
Adds a check verifying that an expression is not null.
</body>
</html>