aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-12-22 11:12:53 +0100
committerJon Bratseth <bratseth@yahoo-inc.com>2016-12-22 11:12:53 +0100
commit39a652ce439a42fb8db372c821c834d02c95b0f1 (patch)
treeb246abdbddfcf8fd84f2f74590aeb56743f2dfa3 /jdisc_core
parented8ec5305f6838e31de94ef87ddd3a75390b59ed (diff)
Tensor generate functions
Diffstat (limited to 'jdisc_core')
-rw-r--r--jdisc_core/src/main/java/com/yahoo/jdisc/Response.java4
1 files changed, 2 insertions, 2 deletions
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 {
}
/**
- * <p>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.</p>
+ * RequestHandler#handleTimeout(Request, ResponseHandler)}, simply call this method.
*
* @param handler The handler to pass the timeout {@link Response} to.
*/