Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
t-burch committed Oct 25, 2023
1 parent f65457c commit bc5fee9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ private boolean testCondition(Exchange exc) {
put("ABORT", Outcome.ABORT);
put("spring", router.getBeanFactory());
put("exc", exc);
putAll(createParameterBindings(router.getUriFactory(), exc, exc.getRequest(), REQUEST, false));
}};
parameters.putAll(createParameterBindings(router.getUriFactory(), exc, exc.getRequest(), REQUEST, false));
return condition.apply(parameters);
}

Expand Down

0 comments on commit bc5fee9

Please sign in to comment.