Skip to content

Commit 6858dfc

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 4851a68 commit 6858dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/common/util/concurrent/TaskExecutionTimeTrackingPerIndexEsThreadPoolExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* A specialized thread pool executor that tracks the execution time of tasks per index.
2727
* This executor provides detailed metrics on task execution times per index, which can be useful for performance monitoring and debugging
28-
*
28+
*
2929
*/
3030
public class TaskExecutionTimeTrackingPerIndexEsThreadPoolExecutor extends TaskExecutionTimeTrackingEsThreadPoolExecutor {
3131
private static final Logger logger = LogManager.getLogger(TaskExecutionTimeTrackingPerIndexEsThreadPoolExecutor.class);

0 commit comments

Comments
 (0)