Skip to content

Commit

Permalink
WINDUP-203: Fixed infinite recursion.
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Aug 18, 2014
1 parent 2c09557 commit a1c4047
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void perform(GraphRewrite event, EvaluationContext context)
}
else
{
perform(event, context);
super.perform(event, context);
}

}
Expand Down

0 comments on commit a1c4047

Please sign in to comment.