Skip to content

Commit

Permalink
Merge pull request #20514 from geoand/rr-kotlin-javadoc
Browse files Browse the repository at this point in the history
Fix erroneous class in Javadoc of CoroutineEndpointInvoker
  • Loading branch information
geoand authored Oct 4, 2021
2 parents e0d19f3 + d2a04fa commit 14f8aa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 14f8aa8

Please sign in to comment.