This commit is contained in:
Daniel TISCHER 2014-02-09 11:50:05 +01:00
parent a463b627fb
commit 8d77597da5
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}