Skip to content

Commit

Permalink
Merge branch 'support-3.5' of https://github.com/Evolveum/midpoint in…
Browse files Browse the repository at this point in the history
…to support-3.5
  • Loading branch information
KaterynaHonchar committed Jan 31, 2017
2 parents 1721d57 + 192f46e commit c94217f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2499,7 +2499,7 @@ public Task createSubtask(LightweightTaskHandler handler) {
TaskQuartzImpl sub = ((TaskQuartzImpl) createSubtask());
sub.setLightweightTaskHandler(handler);
lightweightAsynchronousSubtasks.add(sub);
parentForLightweightAsynchronousTask = this;
sub.parentForLightweightAsynchronousTask = this;
return sub;
}

Expand Down

0 comments on commit c94217f

Please sign in to comment.