Skip to content

Commit

Permalink
TEIID-5459 copying the longranks flag
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Oct 25, 2018
1 parent 76cee55 commit b44b8c5
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -985,6 +985,7 @@ public TransformationMetadata getDesignTimeMetadata() {
tm.importedModels = this.importedModels;
tm.allowedLanguages = this.allowedLanguages;
tm.widenComparisonToString = this.widenComparisonToString;
tm.longRanks = this.longRanks;
return tm;
}

Expand Down

0 comments on commit b44b8c5

Please sign in to comment.