Skip to content

Commit

Permalink
gh-121 - removed skipPython
Browse files Browse the repository at this point in the history
  • Loading branch information
m55624 committed Jan 24, 2019
1 parent 0363304 commit 205fc07
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public JoinExample() {
"describes how the match on the two Elements will be done. The Merge class will then describe how the Elements will be merged together" +
"into a useful Iterable. Within the Merge method it is possible to select the KEY_ONLY, RELATED_ONLY or BOTH results, and the " +
"MergeType (NONE, AGAINST_KEY, BOTH). The Element aggregation used will be the same as the ingest Aggregator specified in the Schema.");
skipPython();
}

@Override
Expand Down

0 comments on commit 205fc07

Please sign in to comment.