Skip to content

Commit 1069af3

Browse files
UbuntuUbuntu
Ubuntu
authored and
Ubuntu
committed
Adding missing @author annotation
1 parent c778258 commit 1069af3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/main/java/org/springframework/data/webflux/querydsl/QuerydslPredicateArgumentResolver.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@
3030

3131
/**
3232
* {@link HandlerMethodArgumentResolver} to allow injection of
33-
* {@link com.querydsl.core.types.Predicate} into Spring MVC controller methods.
33+
* {@link com.querydsl.core.types.Predicate} into Spring WebFlux controller methods.
3434
*
3535
* @author Christoph Strobl
3636
* @author Oliver Gierke
37+
* @author Matías Hermosilla
3738
* @since 1.11
3839
*/
3940
public class QuerydslPredicateArgumentResolver implements HandlerMethodArgumentResolver {

0 commit comments

Comments
 (0)