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 76feb708d Javadoc
add 0d8768b6e Add FlushShieldOutputStream (#841)
No new revisions were added by this update.
Summary of changes:
.../commons/io/output/FlushShieldOutputStream.java | 119 ++++++++++++++++++
.../io/output/FlushShieldOutputStreamTest.java | 135 +++++++++++++++++++++
2 files changed, 254 insertions(+)
create mode 100644
src/main/java/org/apache/commons/io/output/FlushShieldOutputStream.java
create mode 100644
src/test/java/org/apache/commons/io/output/FlushShieldOutputStreamTest.java