mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Proofread Java postfix templates: unify descriptions
GitOrigin-RevId: 0334f9a7f7920bb0f54fb75e39f02c87f5ce8b19
This commit is contained in:
committed by
intellij-monorepo-bot
parent
212cfb8c26
commit
67a4f9c4fa
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user