Skip to content

Commit

Permalink
Update kafka/src/main/java/org/axonframework/extensions/kafka/eventha…
Browse files Browse the repository at this point in the history
…ndling/consumer/RuntimeErrorHandler.java


Review fixes

Co-authored-by: Steven van Beelen <[email protected]>
  • Loading branch information
2 people authored and gklijs committed May 12, 2022
1 parent 2879a95 commit e625678
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
public interface RuntimeErrorHandler {

/**
* Error that is passed to another thread, to be handled there
* Error that is passed to another thread, to be handled there.
*
* @param exception, the {@link RuntimeException} that's need to be handled.
*/
Expand Down

0 comments on commit e625678

Please sign in to comment.