Skip to content

Commit d7f5113

Browse files
authored
Merge pull request #627 from alecharp/fix-cache-control-packagename
Fixed CacheControl package name
2 parents 60acd5c + 39e7c5c commit d7f5113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/kohsuke/github/extras/okhttp3/OkHttpConnector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package org.kohsuke.github.extras.okhttp3;
22

3-
import com.squareup.okhttp.CacheControl;
3+
import okhttp3.CacheControl;
44
import okhttp3.ConnectionSpec;
55
import okhttp3.OkHttpClient;
66
import org.kohsuke.github.HttpConnector;

0 commit comments

Comments
 (0)