File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/scheduler Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments