From 2f46c538012e646e84003f82a6d0f4c644abd1e7 Mon Sep 17 00:00:00 2001 From: YassinHajaj Date: Thu, 30 Mar 2023 11:04:53 +0200 Subject: [PATCH] Tiny little typo in ThreadContext.java Tiny little typo in ThreadContext.java --- .../java/org/eclipse/microprofile/context/ThreadContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/java/org/eclipse/microprofile/context/ThreadContext.java b/api/src/main/java/org/eclipse/microprofile/context/ThreadContext.java index 58b1c11..d6646e1 100644 --- a/api/src/main/java/org/eclipse/microprofile/context/ThreadContext.java +++ b/api/src/main/java/org/eclipse/microprofile/context/ThreadContext.java @@ -389,7 +389,7 @@ public void foo() { /** *

- * Creates an Executorthat runs tasks on the same thread from which executeis invoked but + * Creates an Executor that runs tasks on the same thread from which executeis invoked but * with context that is captured from the thread that invokes currentContextExecutor. *

*