Skip to content

Commit 52221fc

Browse files
authored
Merge pull request quarkusio#48101 from eniuane/47994
Fix typo on io.quarkus.resteasy.reactive:resteasy-reactive ServerResponseFilter class
2 parents 8b07f99 + 8eebd0e commit 52221fc

File tree

1 file changed

+1
-1
lines changed
  • independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server

1 file changed

+1
-1
lines changed

independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/ServerResponseFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* }
3939
* </pre>
4040
*
41-
* Methods annotated with {@code ServerRequestFilter} can declare any of the following parameters (in any order)
41+
* Methods annotated with {@code ServerResponseFilter} can declare any of the following parameters (in any order)
4242
* <ul>
4343
* <li>{@link ContainerRequestContext}
4444
* <li>{@link ContainerResponseContext}

0 commit comments

Comments
 (0)