diff --git a/core/sdk-core/src/main/java/software/amazon/awssdk/core/io/SdkFilterInputStream.java b/core/sdk-core/src/main/java/software/amazon/awssdk/core/io/SdkFilterInputStream.java index fa8bec540eb4..6016af712678 100644 --- a/core/sdk-core/src/main/java/software/amazon/awssdk/core/io/SdkFilterInputStream.java +++ b/core/sdk-core/src/main/java/software/amazon/awssdk/core/io/SdkFilterInputStream.java @@ -35,7 +35,7 @@ protected SdkFilterInputStream(InputStream in) { /** * Aborts with subclass specific abortion logic executed if needed. - * 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. * * @throws AbortedException if found necessary. */