diff --git a/spring-web/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java b/spring-web/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java index 4628023bb8a..5eae6665105 100644 --- a/spring-web/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java +++ b/spring-web/src/main/java/org/springframework/web/bind/annotation/RequestMapping.java @@ -34,7 +34,7 @@ import org.springframework.core.annotation.AliasFor; * types, in arbitrary order (except for validation results, which need to * follow right after the corresponding command object, if desired): * @@ -160,64 +157,63 @@ import org.springframework.core.annotation.AliasFor; * *

The following return types are supported for handler methods: *