Skip to content

Commit 5c1b86b

Browse files
authored
Fix javadoc (#5932)
Javadoc for the class references itself, but should be referencing InputStreamEntity, which is what it actually delegates to.
1 parent 840bf42 commit 5c1b86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/RepeatableInputStreamRequestEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
/**
3434
* Custom implementation of {@link org.apache.http.HttpEntity} that delegates to an
35-
* {@link RepeatableInputStreamRequestEntity}, with the one notable difference, that if
35+
* {@link InputStreamEntity}, with the one notable difference, that if
3636
* the underlying InputStream supports being reset, this RequestEntity will
3737
* report that it is repeatable and will reset the stream on all subsequent
3838
* attempts to write out the request.

0 commit comments

Comments
 (0)