Skip to content

Commit

Permalink
2222
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm committed Sep 17, 2023
1 parent 4a8873c commit 2170bf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void init() {
return;
}
records.forEach(record -> {
try {
try {
recordBlockingQueue.put(record);
} catch (InterruptedException e) {
throw new RuntimeException(e);
Expand Down

0 comments on commit 2170bf2

Please sign in to comment.