Skip to content

Commit

Permalink
Fixed issue #39
Browse files Browse the repository at this point in the history
  • Loading branch information
lvca committed Jan 2, 2015
1 parent 0fe8388 commit ab60e0d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ public void setPipeline(OETLPipeline iPipeline) {
protected Object executeTransform(final Object input) {
context.setVariable("input", input);

return block.execute();
block.execute();

return input;
}
}

0 comments on commit ab60e0d

Please sign in to comment.