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 0f3a88d0 Javadoc new b57c42a5 Format tweak new 4a298b78 Add AbstractStreamBuilder.setBufferSizeMax(int). The 2 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: src/changes/changes.xml | 9 +++ .../commons/io/build/AbstractStreamBuilder.java | 68 ++++++++++++++++++++-- .../{IOLongSupplier.java => IntToIntFunction.java} | 33 ++++++----- .../io/build/AbstractStreamBuilderTest.java | 68 ++++++++++++++++++++++ .../ReversedLinesFileReaderTestParamFile.java | 7 ++- 5 files changed, 163 insertions(+), 22 deletions(-) copy src/main/java/org/apache/commons/io/function/{IOLongSupplier.java => IntToIntFunction.java} (55%) create mode 100644 src/test/java/org/apache/commons/io/build/AbstractStreamBuilderTest.java