Skip to content

Commit

Permalink
Fix intermittent test failure in ExtensionTest.testGetNonExistentDisp…
Browse files Browse the repository at this point in the history
…osalMethod()
  • Loading branch information
jharting committed Aug 23, 2013
1 parent 28fd9c9 commit dda8101
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public void observeProcessProducer(@Observes ProcessProducer<?, ?> event) {
processProducer = true;
}

public void observeProcessProducerMethod(@Observes ProcessProducerMethod<?, ?> event) {
public void observeProcessProducerMethod(@Observes ProcessProducerMethod<?, Stable> event) {
processProducerMethod = true;
this.processProducerMethodInstance = event;
}
Expand Down

0 comments on commit dda8101

Please sign in to comment.