diff --git a/spring-web/src/main/java/org/springframework/http/HttpHeaders.java b/spring-web/src/main/java/org/springframework/http/HttpHeaders.java index 02c961cbcd..8eb3c940f1 100644 --- a/spring-web/src/main/java/org/springframework/http/HttpHeaders.java +++ b/spring-web/src/main/java/org/springframework/http/HttpHeaders.java @@ -43,7 +43,8 @@ import org.springframework.util.StringUtils; /** * Represents HTTP request and response headers, mapping string header names to list of string values. * - *

In addition to the normal methods defined by {@link Map}, this class offers the following convenience methods: + *

In addition to the normal methods defined by {@link Map}, this class offers the following + * convenience methods: *