Skip to content

Commit 84ea4ab

Browse files
aefimovslandelle
authored andcommitted
Make public visible, close #1629 (#1641)
1 parent c6ad8ed commit 84ea4ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extras/retrofit2/src/main/java/org/asynchttpclient/extras/retrofit/AsyncHttpClientCall.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
@Value
4040
@Builder(toBuilder = true)
4141
@Slf4j
42-
class AsyncHttpClientCall implements Cloneable, okhttp3.Call {
42+
public class AsyncHttpClientCall implements Cloneable, okhttp3.Call {
4343
private static final ResponseBody EMPTY_BODY = ResponseBody.create(null, "");
4444

4545
/**

0 commit comments

Comments
 (0)