Skip to content

Commit 6d62d67

Browse files
committed
Fix typo in comment in scheduler engine
This commit fixes a minor typo in a big block comment in SchedulerEngine.java.
1 parent ad0a965 commit 6d62d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/scheduler/SchedulerEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public void run() {
194194
/*
195195
* Allowing the throwable to escape here will lead to be it being caught in FutureTask#run and set as the outcome of this
196196
* task; however, we never inspect the the outcomes of these scheduled tasks and so allowing the throwable to escape
197-
* unhandled here could lead to use losing fatal errors. Instead, we rely on ExceptionsHelper#dieOnError to appropriately
197+
* unhandled here could lead to us losing fatal errors. Instead, we rely on ExceptionsHelper#dieOnError to appropriately
198198
* dispatch any error to the uncaught exception handler. We should never see an exception here as these do not escape from
199199
* SchedulerEngine#notifyListeners.
200200
*/

0 commit comments

Comments
 (0)