From 3abb7bc8bc8d6845284c86cd4b6869536e0daee9 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Wed, 8 Feb 2017 11:19:19 +0100 Subject: Nonfunctional changes only --- jdisc_core/src/main/java/com/yahoo/jdisc/Response.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jdisc_core/src/main/java/com/yahoo/jdisc') diff --git a/jdisc_core/src/main/java/com/yahoo/jdisc/Response.java b/jdisc_core/src/main/java/com/yahoo/jdisc/Response.java index d624e070a2e..6132a5c40ad 100644 --- a/jdisc_core/src/main/java/com/yahoo/jdisc/Response.java +++ b/jdisc_core/src/main/java/com/yahoo/jdisc/Response.java @@ -19,7 +19,7 @@ import java.util.Map; *

The usage pattern of the Response is similar to that of the Request in that the {@link ResponseHandler} returns a * {@link ContentChannel} into which to write the Response content.

* - * @author Simon Thoresen + * @author Simon Thoresen * @see Request * @see ResponseHandler */ -- cgit v1.2.3