Skip to content

Commit fc3a0f5

Browse files
committed
Review comments
1 parent f2bffd4 commit fc3a0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/src/main/java/software/amazon/awssdk/utils/async/ContentLengthAwareSubscriber.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* the given content length is reached, the upstream subscription is cancelled, and the wrapped subscriber is completed.
2626
*/
2727
@SdkProtectedApi
28-
public class ContentLengthAwareSubscriber implements Subscriber<ByteBuffer> {
28+
public final class ContentLengthAwareSubscriber implements Subscriber<ByteBuffer> {
2929
private final Subscriber<? super ByteBuffer> subscriber;
3030
private Subscription subscription;
3131
private boolean subscriptionCancelled;

0 commit comments

Comments
 (0)