From a5bb8645b9ab078abfa0b29c9d8e981acecc8375 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Sun, 23 Apr 2017 19:10:08 +0200 Subject: The cookie was moved between 1.7 and 1.8 --- .../src/main/java/com/yahoo/jdisc/http/client/EmptyResponse.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jdisc_http_service') 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; -- cgit v1.2.3