Skip to content

Commit

Permalink
teiiddes-1851: Changed init order of TeiidXmlColumnInfo to prevent NP…
Browse files Browse the repository at this point in the history
…E on Windows.
  • Loading branch information
tejones committed Apr 29, 2014
1 parent 2022b84 commit a254a1b
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 a254a1b

Please sign in to comment.