summaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/main/java/com/yahoo/jdisc/Response.java
diff options
context:
space:
mode:
Diffstat (limited to 'jdisc_core/src/main/java/com/yahoo/jdisc/Response.java')
-rw-r--r--jdisc_core/src/main/java/com/yahoo/jdisc/Response.java2
1 files changed, 1 insertions, 1 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 8e9a75ba1f0..ed6dccace30 100644
--- a/jdisc_core/src/main/java/com/yahoo/jdisc/Response.java
+++ b/jdisc_core/src/main/java/com/yahoo/jdisc/Response.java
@@ -208,7 +208,7 @@ 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#GATEWAY_TIMEOUT} and passing
* that to the given {@link ResponseHandler#handleResponse(Response)}. For trivial implementations of {@link
* RequestHandler#handleTimeout(Request, ResponseHandler)}, simply call this method.
*