Skip to content

Commit 3dc7fc0

Browse files
committed
fix code style
1 parent 5f5e5e9 commit 3dc7fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerMapping.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,9 @@ private RequestMappingInfo createRequestMappingInfo(AnnotatedElement element) {
263263
getCustomTypeCondition((Class<?>) element) : getCustomMethodCondition((Method) element));
264264
return (requestMapping != null ? createRequestMappingInfo(requestMapping, condition) : null);
265265
}
266-
266+
267267
/**
268-
* support for methods that declared in interfaces and implemented in super class
268+
* Support for methods that declared in interfaces and implemented in super class.
269269
* @since 5.1
270270
*/
271271
@Nullable

0 commit comments

Comments
 (0)