mirror of https://github.com/dspinellis/UMLGraph
Old merge error / duplicated line?
This commit is contained in:
parent
477d5cc58a
commit
1b4c97630d
|
|
@ -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++;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue