pmlopes / yoke

Yoke is a middleware framework for Vert.x
http://pmlopes.github.io/yoke/
Apache License 2.0
157 stars 44 forks source link

fix param order and number check in GCRUD wrapClosure #162

Closed valerinistor closed 9 years ago

valerinistor commented 9 years ago

Signed-off-by: Valeri Nistor nistor.valeri@gmail.com

valerinistor commented 9 years ago

When changing the CRUD closure signature, I forget to update the check on parameters number and the order of the parameters at the closure call. Please review. Thanks

pmlopes commented 9 years ago

You are now allowed to commit directly, it is easier that way ;)

valerinistor commented 9 years ago

Great :) thanks. I'll try not to break everything