Invert 'if': sentence capitalization

This commit is contained in:
Dmitry Avdeev
2014-12-06 10:57:22 +03:00
parent b8b1833550
commit d304ec4ede
66 changed files with 71 additions and 71 deletions

View File

@@ -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) {