Skip to content

Commit

Permalink
Merge pull request #180 from marklogic/179-ErrorWhileLoadingData
Browse files Browse the repository at this point in the history
Get document type from the dataFormat of the entity
  • Loading branch information
paxtonhare committed Apr 5, 2016
2 parents a520c88 + e168df0 commit 57d23a5
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 57d23a5

Please sign in to comment.