Skip to content

Commit

Permalink
#21 Add support for event notifications
Browse files Browse the repository at this point in the history
Fix test to use all types of event listeners
  • Loading branch information
vladmihalcea committed Jul 7, 2015
1 parent 3afaee4 commit 481275d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -102,7 +102,7 @@ public List<EventListener<? extends Event>> resolveListeners() {
return Arrays.<EventListener<? extends Event>>asList(
new ConnectionAcquireTimeoutEventListener(),
new ConnectionAcquireTimeThresholdExceededEventListener(),
new ConnectionAcquireTimeoutEventListener()
new ConnectionLeaseTimeThresholdExceededEventListener()
);
}
})
Expand Down

0 comments on commit 481275d

Please sign in to comment.