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 8080c7cb2 Add NIO channel support to `AbstractStreamBuilder` (#784) new e910218be Use final new 361cbac2c Sort members new 563aa2c88 Use longer lines The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/commons/io/build/AbstractOrigin.java | 336 ++++++++++----------- .../commons/io/build/AbstractOriginSupplier.java | 44 +-- .../commons/io/build/AbstractStreamBuilder.java | 34 +-- .../io/channels/ByteArraySeekableByteChannel.java | 41 ++- .../commons/io/build/AbstractOriginTest.java | 125 ++++---- .../io/build/AbstractStreamBuilderTest.java | 72 ++--- .../apache/commons/io/build/ChannelOriginTest.java | 2 +- .../commons/io/build/OutputStreamOriginTest.java | 12 +- .../commons/io/build/WriterStreamOriginTest.java | 12 +- .../channels/ByteArraySeekableByteChannelTest.java | 61 ++-- 10 files changed, 357 insertions(+), 382 deletions(-)