Skip to content

Commit 3ecac48

Browse files
typo fix
1 parent 46a659b commit 3ecac48

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/TaskExecutionTimeTrackingEsThreadPoolExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public boolean trackingMaxQueueLatency() {
270270
* Uses the difference of {@link #totalExecutionTime} since the last polling request to determine how much activity has occurred.
271271
*/
272272
private class UtilizationTracker {
273-
volatile long lastPollTime = System.nanoTime();;
273+
volatile long lastPollTime = System.nanoTime();
274274
volatile long lastTotalExecutionTime = 0;
275275

276276
public double pollUtilization() {

0 commit comments

Comments
 (0)