You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-graphql/src/main/java/org/springframework/graphql/data/method/annotation/support/AnnotatedControllerConfigurer.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -153,15 +153,15 @@ public void addFormatterRegistrar(FormatterRegistrar registrar) {
153
153
}
154
154
155
155
/**
156
-
* Add {@link HandlerMethodArgumentResolver}'s for custom controller method
156
+
* Add a {@link HandlerMethodArgumentResolver} for custom controller method
157
157
* arguments. Such custom resolvers are ordered after built-in resolvers
158
158
* except for {@link SourceMethodArgumentResolver}, which is always last.
Copy file name to clipboardExpand all lines: spring-graphql/src/test/java/org/springframework/graphql/data/method/annotation/support/AnnotatedControllerConfigurerTests.java
0 commit comments