We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3820948 commit a6573d7Copy full SHA for a6573d7
core/sdk-core/src/main/java/software/amazon/awssdk/core/io/SdkFilterInputStream.java
@@ -35,7 +35,7 @@ protected SdkFilterInputStream(InputStream in) {
35
36
/**
37
* Aborts with subclass specific abortion logic executed if needed.
38
- * Note the interrupted status of the thread is cleared by this method.
+ * Note the interrupted status of the thread will not be cleared by this method.
39
*
40
* @throws AbortedException if found necessary.
41
*/
0 commit comments