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 2d7d569  LockableFileWriter.close() should fail when the lock file 
cannot be deleted.
     new 35a7340  Javadoc.
     new 7b6b6d8  Javadoc: Sentences end in a period.

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/main/java/org/apache/commons/io/IOUtils.java   | 16 ++++++------
 .../java/org/apache/commons/io/file/PathUtils.java | 18 ++++++-------
 .../commons/io/input/BoundedInputStream.java       | 12 ++++-----
 .../commons/io/input/CountingInputStream.java      |  2 +-
 .../apache/commons/io/input/ProxyInputStream.java  | 16 ++++++------
 .../org/apache/commons/io/input/ProxyReader.java   | 20 +++++++--------
 .../apache/commons/io/input/ReaderInputStream.java |  8 +++---
 .../commons/io/input/ReversedLinesFileReader.java  | 18 ++++++-------
 .../commons/io/input/SwappedDataInputStream.java   | 30 +++++++++++-----------
 .../apache/commons/io/input/TaggedInputStream.java |  2 +-
 .../org/apache/commons/io/input/TaggedReader.java  |  2 +-
 .../apache/commons/io/input/XmlStreamReader.java   |  2 +-
 .../commons/io/output/ByteArrayOutputStream.java   |  4 +--
 .../commons/io/output/FileWriterWithEncoding.java  | 14 +++++-----
 .../commons/io/output/LockableFileWriter.java      | 17 ++++++------
 .../commons/io/output/ProxyCollectionWriter.java   | 22 ++++++++--------
 .../commons/io/output/ProxyOutputStream.java       | 12 ++++-----
 .../org/apache/commons/io/output/ProxyWriter.java  | 22 ++++++++--------
 .../commons/io/output/TaggedOutputStream.java      |  2 +-
 .../org/apache/commons/io/output/TaggedWriter.java |  2 +-
 .../apache/commons/io/output/TeeOutputStream.java  | 10 ++++----
 .../UnsynchronizedByteArrayOutputStream.java       |  4 +--
 .../commons/io/output/WriterOutputStream.java      | 14 +++++-----
 23 files changed, 134 insertions(+), 135 deletions(-)

Reply via email to