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 d6224c77 Fix @since tags add 150ba4af Add ability to specify wait time to QueueInputStream (#452) No new revisions were added by this update. Summary of changes: src/changes/changes.xml | 3 - .../io/input/AbstractBlockingQueueInputStream.java | 193 --------------------- .../apache/commons/io/input/QueueInputStream.java | 59 +++++-- .../AbstractBlockingQueueInputStreamTest.java | 148 ---------------- .../io/input/PollingQueueInputStreamTest.java | 39 ----- .../commons/io/input/QueueInputStreamTest.java | 186 +++++++++++++++++++- 6 files changed, 227 insertions(+), 401 deletions(-) delete mode 100644 src/main/java/org/apache/commons/io/input/AbstractBlockingQueueInputStream.java delete mode 100644 src/test/java/org/apache/commons/io/input/AbstractBlockingQueueInputStreamTest.java delete mode 100644 src/test/java/org/apache/commons/io/input/PollingQueueInputStreamTest.java