From 39a652ce439a42fb8db372c821c834d02c95b0f1 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Thu, 22 Dec 2016 11:12:53 +0100 Subject: Tensor generate functions --- jdisc_core/src/main/java/com/yahoo/jdisc/Response.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jdisc_core/src') 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 809805fdcc4..d624e070a2e 100644 --- a/jdisc_core/src/main/java/com/yahoo/jdisc/Response.java +++ b/jdisc_core/src/main/java/com/yahoo/jdisc/Response.java @@ -208,9 +208,9 @@ public class Response { } /** - *

This is a convenience method for creating a Response with status {@link Status#REQUEST_TIMEOUT} and passing + * This is a convenience method for creating a Response with status {@link Status#REQUEST_TIMEOUT} and passing * that to the given {@link ResponseHandler#handleResponse(Response)}. For trivial implementations of {@link - * RequestHandler#handleTimeout(Request, ResponseHandler)}, simply call this method.

+ * RequestHandler#handleTimeout(Request, ResponseHandler)}, simply call this method. * * @param handler The handler to pass the timeout {@link Response} to. */ -- cgit v1.2.3