From d2a04fa6cef55f6859ccbaf72f0b1376b5137ab4 Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Mon, 4 Oct 2021 09:31:43 +0300 Subject: [PATCH] Fix erroneous class in Javadoc of CoroutineEndpointInvoker --- .../reactive/server/runtime/kotlin/CoroutineEndpointInvoker.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/resteasy-reactive/quarkus-resteasy-reactive-kotlin/runtime/src/main/kotlin/org/jboss/resteasy/reactive/server/runtime/kotlin/CoroutineEndpointInvoker.kt b/extensions/resteasy-reactive/quarkus-resteasy-reactive-kotlin/runtime/src/main/kotlin/org/jboss/resteasy/reactive/server/runtime/kotlin/CoroutineEndpointInvoker.kt index a02a619468568..6ab79bcacbed8 100644 --- a/extensions/resteasy-reactive/quarkus-resteasy-reactive-kotlin/runtime/src/main/kotlin/org/jboss/resteasy/reactive/server/runtime/kotlin/CoroutineEndpointInvoker.kt +++ b/extensions/resteasy-reactive/quarkus-resteasy-reactive-kotlin/runtime/src/main/kotlin/org/jboss/resteasy/reactive/server/runtime/kotlin/CoroutineEndpointInvoker.kt @@ -7,7 +7,7 @@ import org.jboss.resteasy.reactive.server.spi.EndpointInvoker * * @see [EndpointInvoker] * - * Also see io.quarkus.resteasy.reactive.server.deployment.KotlinCoroutineIntegrationProcessor for the build-time part + * Also see {@code io.quarkus.resteasy.reactive.kotlin.deployment.KotlinCoroutineIntegrationProcessor} for the build-time part * of coroutine support */ interface CoroutineEndpointInvoker: EndpointInvoker {