From 704131deda2614516bff5329802c61fe4526a834 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Fri, 27 Oct 2017 14:18:58 +0200 Subject: Nonfunctional changes only --- jdisc_core/src/main/java/com/yahoo/jdisc/HeaderFields.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'jdisc_core/src/main/java/com/yahoo/jdisc/HeaderFields.java') diff --git a/jdisc_core/src/main/java/com/yahoo/jdisc/HeaderFields.java b/jdisc_core/src/main/java/com/yahoo/jdisc/HeaderFields.java index b8057370219..b24f0a24d20 100644 --- a/jdisc_core/src/main/java/com/yahoo/jdisc/HeaderFields.java +++ b/jdisc_core/src/main/java/com/yahoo/jdisc/HeaderFields.java @@ -6,11 +6,11 @@ import com.google.common.collect.ImmutableList; import java.util.*; /** - *

This is an encapsulation of the header fields that belong to either a {@link Request} or a {@link Response}. It is + * This is an encapsulation of the header fields that belong to either a {@link Request} or a {@link Response}. It is * a multimap from String to String, with some additional methods for convenience. The keys of this map are compared by - * ignoring their case, so that get("foo") returns the same entry as get("FOO").

+ * ignoring their case, so that get("foo") returns the same entry as get("FOO"). * - * @author Simon Thoresen + * @author Simon Thoresen */ public class HeaderFields implements Map> { @@ -302,4 +302,5 @@ public class HeaderFields implements Map> { throw new UnsupportedOperationException(); } } + } -- cgit v1.2.3