summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-04-23 19:10:08 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-04-23 19:10:08 +0200
commita5bb8645b9ab078abfa0b29c9d8e981acecc8375 (patch)
tree195b1663ed66376d3ccc540f7aa017653c583020 /jdisc_http_service
parentb84633844e71c292e6b627264fe687ac83d02ad6 (diff)
The cookie was moved between 1.7 and 1.8
Diffstat (limited to 'jdisc_http_service')
-rw-r--r--jdisc_http_service/src/main/java/com/yahoo/jdisc/http/client/EmptyResponse.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/client/EmptyResponse.java b/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/client/EmptyResponse.java
index 19e9190a32b..48ac46f199c 100644
--- a/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/client/EmptyResponse.java
+++ b/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/client/EmptyResponse.java
@@ -1,7 +1,7 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.jdisc.http.client;
-import com.ning.http.client.Cookie;
+import com.ning.http.client.cookie.Cookie;
import com.ning.http.client.FluentCaseInsensitiveStringsMap;
import com.ning.http.client.Response;