Skip to content

Commit cef4989

Browse files
committed
Fix javadocs to clarify interrrupted status
1 parent 186b433 commit cef4989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/sdk-core/src/main/java/software/amazon/awssdk/core/io/SdkFilterInputStream.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ protected SdkFilterInputStream(InputStream in) {
3535

3636
/**
3737
* Aborts with subclass specific abortion logic executed if needed.
38-
* Note the interrupted status of the thread is cleared by this method.
38+
* Note the interrupted status of the thread will not be cleared by this method.
3939
*
4040
* @throws AbortedException if found necessary.
4141
*/

0 commit comments

Comments
 (0)