From 0fb8f0b469f4cf2241fae617ba2f5222b73ad118 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Mon, 13 Oct 2014 17:58:15 +0200 Subject: [PATCH] Polishing --- .../org/springframework/http/HttpHeaders.java | 38 +++++++++---------- .../web/servlet/DispatcherServlet.java | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) 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: *