Old merge error / duplicated line?

This commit is contained in:
Erich Schubert 2018-10-25 00:03:30 +02:00
parent 477d5cc58a
commit 1b4c97630d
1 changed files with 1 additions and 3 deletions

View File

@ -500,9 +500,7 @@ class ClassGraph {
nRows++;
else if(!c.isEnum() && (opt.showConstructors || opt.showOperations))
nRows++;
if (c.isEnum() && opt.showEnumConstants)
nRows++;
if (!c.isEnum() && (opt.showConstructors || opt.showOperations))
else if (c.isEnum() && opt.showEnumConstants)
nRows++;
}