Fix bug in RDF generation in R4B
This commit is contained in:
parent
35233ee1e5
commit
f4aed6f2a2
|
@ -242,7 +242,7 @@ public class RdfParser extends RdfParserBase {
|
|||
}
|
||||
|
||||
protected void composeDataType(Complex t, String parentType, String name, DataType element, int index) {
|
||||
composeDataType(t, parentType, name, element, index);
|
||||
composeElement(t, parentType, name, element, index);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue