Skip to content

Commit

Permalink
Get document type from the dataFormat of the entity
Browse files Browse the repository at this point in the history
  • Loading branch information
divino committed Apr 5, 2016
1 parent a520c88 commit e168df0
Show file tree
Hide file tree
Showing 4 changed files with 229 additions and 226 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public void runInputFlow(Flow flow, HubConfig config) {
SourceOptions sourceOptions = new SourceOptions(
flow.getEntityName(), flow.getName(),
FlowType.INPUT.toString(),
flow.getDataFormat().toString());
flow.getDataFormat());
mlcp.addSourceDirectory(config.getModulesPath(), sourceOptions);
mlcp.loadContent();
}
Expand Down
Loading

0 comments on commit e168df0

Please sign in to comment.