Skip to content

Commit a6573d7

Browse files
authored
Fix javadocs to clarify interrrupted status (#5983)
1 parent 3820948 commit a6573d7

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

Lines changed: 1 addition & 1 deletion
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)