mirror of https://github.com/dspinellis/UMLGraph
workaround for http://www.graphviz.org/mantisbt/view.php?id=2421
This commit is contained in:
parent
a463b627fb
commit
8d77597da5
|
|
@ -845,7 +845,7 @@ class ClassGraph {
|
|||
RelationPattern rp = getClassInfo(c.toString()).getRelation(fri.cd.toString());
|
||||
if (rp == null) {
|
||||
String destAdornment = fri.multiple ? "*" : "";
|
||||
relation(opt, opt.inferRelationshipType, c, fri.cd, "", "", destAdornment);
|
||||
relation(opt, opt.inferRelationshipType, c, fri.cd, "", " ", destAdornment);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue