Skip to content

Commit 56ed101

Browse files
ShipilAjenschude
andauthored
Update commercetools/commercetools-okhttp-client5/src/main/java/com/commercetools/http/okhttp4/CtOkHttp5Client.java
Co-authored-by: Jens Schulze <[email protected]>
1 parent e1a826d commit 56ed101

File tree

1 file changed

+1
-1
lines changed
  • commercetools/commercetools-okhttp-client5/src/main/java/com/commercetools/http/okhttp4

1 file changed

+1
-1
lines changed

commercetools/commercetools-okhttp-client5/src/main/java/com/commercetools/http/okhttp4/CtOkHttp5Client.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import okio.GzipSource;
1818
import okio.Okio;
1919

20-
public class CtOkHttp4Client extends HttpClientBase {
20+
public class CtOkHttp5Client extends HttpClientBase {
2121

2222
public static final int MAX_REQUESTS = 64;
2323
private final Supplier<OkHttpClient.Builder> clientBuilder = () -> new OkHttpClient.Builder()

0 commit comments

Comments
 (0)