mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
Invert 'if': sentence capitalization
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Invert If Condition" "true"
|
||||
// "Invert 'if' condition" "true"
|
||||
class Inversion {
|
||||
public void context(boolean a, boolean b, boolean c) {
|
||||
if ((!a && !b) || !c) {
|
||||
|
||||
Reference in New Issue
Block a user