Skip to content

Commit

Permalink
Fixed a typo when merging branches
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiOla committed Apr 5, 2023
1 parent 4925637 commit 8051889
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public void run() {
jsse);
} catch (IllegalStateException e) {
logger.error("An exception was raised when pulling new messages from the consumer!", e);
return;
}
}
}
Expand Down

0 comments on commit 8051889

Please sign in to comment.