Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dartartem committed Feb 17, 2020
1 parent bffe41a commit d964b32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void registerEventHandler(Object eventHandlerBean, String beanName, Class
subscriberOptions, de -> swimlaneBasedDispatcher.dispatch(de, eventDispatcher::dispatch)).get(20, TimeUnit.SECONDS);
subscriptionsRegistry.add(new RegisteredSubscription(subscriberId, aggregatesAndEvents, beanClass));
} catch (InterruptedException | TimeoutException | ExecutionException e) {
logger.error("registered event handler failed", e);
logger.error("registering event handler failed", e);
throw new EventuateSubscriptionFailedException(subscriberId, e);
}

Expand Down

0 comments on commit d964b32

Please sign in to comment.