Skip to content

Commit

Permalink
Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Jun 28, 2024
1 parent 88c7024 commit ee7b137
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ protected boolean doRemoveConfig(String key, String group) {
}
};

ThreadPoolExecutor threadPoolExecutor = configuration.getWorkersThreadPool();
ThreadPoolExecutor threadPoolExecutor = (ThreadPoolExecutor) configuration.getWorkersThreadPool();
ThreadFactory threadFactory = threadPoolExecutor.getThreadFactory();

Thread thread = threadFactory.newThread(() -> {});
Expand Down

0 comments on commit ee7b137

Please sign in to comment.