Skip to content

Commit

Permalink
Merge pull request #332 from tejones/teiiddes-1851
Browse files Browse the repository at this point in the history
teiiddes-1851
  • Loading branch information
blafond committed Apr 29, 2014
2 parents 2022b84 + a254a1b commit 09e9ac0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ public TeiidXmlColumnInfo(XmlAttribute attribute, String rootPath, String datat
this.xmlAttribute = attribute;
this.xmlElement = attribute.getElement();
setRootPath(rootPath);
setRelativePathInternal(attribute);
initNameSymbol(xmlAttribute.getName());
setRelativePathInternal(attribute);
this.datatype = datatype;
this.defaultValue = StringUtilities.EMPTY_STRING;
validate();
Expand Down

0 comments on commit 09e9ac0

Please sign in to comment.