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-fileupload.git
from f0c1150 Use try-with-resources
new 7410e99 Inline single use variable
new 3166c80 Javadoc
new f4a8da6 Javadoc and format tweaks
new 10eeaf3 Refactor magic string
new 280ffac Move utility method
The 5 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:
.../commons/fileupload2/disk/DiskFileItem.java | 41 ++++++++++++--
.../fileupload2/impl/FileItemIteratorImpl.java | 11 ++--
.../fileupload2/impl/FileItemStreamImpl.java | 4 +-
.../fileupload2/servlet/ServletRequestContext.java | 14 ++---
.../apache/commons/fileupload2/util/Streams.java | 65 ----------------------
5 files changed, 52 insertions(+), 83 deletions(-)
delete mode 100644
src/main/java/org/apache/commons/fileupload2/util/Streams.java