Skip to content

Commit

Permalink
PMD
Browse files Browse the repository at this point in the history
  • Loading branch information
dkaukov committed May 5, 2023
1 parent 7ea3d51 commit a255a67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ private static class PrepPipeline implements Runnable {
}

PrepPipeline start() {
final ExecutorService service = Executors.newSingleThreadExecutor(r -> {
final ExecutorService service = Executors.newSingleThreadExecutor(r -> { //NOPMD
final Thread t = new Thread(r);
t.setDaemon(true);
t.setName("cluster-" + pg + "-preparer");
Expand Down

0 comments on commit a255a67

Please sign in to comment.