Skip to content

Commit

Permalink
Merge pull request #627 from alecharp/fix-cache-control-packagename
Browse files Browse the repository at this point in the history
Fixed CacheControl package name
  • Loading branch information
bitwiseman authored Nov 27, 2019
2 parents 60acd5c + 39e7c5c commit d7f5113
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.kohsuke.github.extras.okhttp3;

import com.squareup.okhttp.CacheControl;
import okhttp3.CacheControl;
import okhttp3.ConnectionSpec;
import okhttp3.OkHttpClient;
import org.kohsuke.github.HttpConnector;
Expand Down

0 comments on commit d7f5113

Please sign in to comment.