Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
correction for checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaud committed Oct 22, 2014
1 parent f2bc220 commit 4576f1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private static AsyncSyncEventBus createAgentInternalBus(
Injector injector,
java.util.concurrent.ExecutorService service,
SubscriberExceptionHandler exceptionHandler) {
AsyncSyncEventBus aeb = new AsyncSyncEventBus(service, exceptionHandler,Percept.class);
AsyncSyncEventBus aeb = new AsyncSyncEventBus(service, exceptionHandler, Percept.class);
// to be able to inject the SubscriberFindingStrategy
injector.injectMembers(aeb);
return aeb;
Expand Down

0 comments on commit 4576f1f

Please sign in to comment.