We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ad8ed commit 84ea4abCopy full SHA for 84ea4ab
1 file changed
extras/retrofit2/src/main/java/org/asynchttpclient/extras/retrofit/AsyncHttpClientCall.java
@@ -39,7 +39,7 @@
39
@Value
40
@Builder(toBuilder = true)
41
@Slf4j
42
-class AsyncHttpClientCall implements Cloneable, okhttp3.Call {
+public class AsyncHttpClientCall implements Cloneable, okhttp3.Call {
43
private static final ResponseBody EMPTY_BODY = ResponseBody.create(null, "");
44
45
/**
0 commit comments