This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
from 2eb4ff6a6 Rename new method
add e026bf9cd ReadAheadInputStream now restores the current thread's
interrupt flag when catching InterruptedException
add ec8254e46 Update test to match InterruptedException guidelines
add 35cf21fae Update test to match InterruptedException guidelines
add dc6542951 Update test to match InterruptedException guidelines
add a1ed47cf6 Update test to match InterruptedException guidelines
add c9e7cd748 Update test to match InterruptedException guidelines
add e6ada9779 FileAlterationMonitor.stop(long) now restores the current
thread's interrupt flag when catching InterruptedException.
add c1f13a503 FileCleaningTracker now restores the current thread's
interrupt flag when catching InterruptedException.
add a2f3ab9dd ThreadMonitor.run() now restores the current thread's
interrupt flag when catching InterruptedException.
add 82a97a547 ThrottledInputStream.throttle() now restores the current
thread's interrupt flag when catching InterruptedException.
No new revisions were added by this update.
Summary of changes:
src/changes/changes.xml | 5 +++++
src/main/java/org/apache/commons/io/FileCleaningTracker.java | 1 +
src/main/java/org/apache/commons/io/ThreadMonitor.java | 1 +
src/main/java/org/apache/commons/io/input/ReadAheadInputStream.java | 2 ++
src/main/java/org/apache/commons/io/input/ThrottledInputStream.java | 1 +
.../java/org/apache/commons/io/monitor/FileAlterationMonitor.java | 2 +-
src/test/java/org/apache/commons/io/ThreadMonitorTest.java | 1 +
.../java/org/apache/commons/io/file/AccumulatorPathVisitorTest.java | 1 +
src/test/java/org/apache/commons/io/filefilter/FileFilterTest.java | 2 +-
.../commons/io/input/UnsynchronizedBufferedInputStreamTest.java | 2 +-
src/test/java/org/apache/commons/io/test/TestUtils.java | 2 +-
11 files changed, 16 insertions(+), 4 deletions(-)