Skip to content

Commit 54937d8

Browse files
committed
Update SdkAsyncHttpResponseHandler.java
1 parent 71dfc2c commit 54937d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

http-client-spi/src/main/java/software/amazon/awssdk/http/async/SdkAsyncHttpResponseHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
import java.nio.ByteBuffer;
1919
import org.reactivestreams.Publisher;
20-
import software.amazon.awssdk.annotations.SdkProtectedApi;
20+
import software.amazon.awssdk.annotations.SdkPublicApi;
2121
import software.amazon.awssdk.http.SdkHttpResponse;
2222

2323
/**
2424
* Handles asynchronous HTTP responses.
2525
*/
26-
@SdkProtectedApi
26+
@SdkPublicApi
2727
public interface SdkAsyncHttpResponseHandler {
2828
/**
2929
* Called when the headers have been received.

0 commit comments

Comments
 (0)