This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new fa0dca6 Remove trailing whitespace. fa0dca6 is described below commit fa0dca6fb8fb2237e6387fe5ab0306d78b01de95 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun May 16 16:54:07 2021 -0400 Remove trailing whitespace. --- src/main/java/org/apache/commons/io/FileSystem.java | 2 +- src/main/java/org/apache/commons/io/IOUtils.java | 2 +- src/main/java/org/apache/commons/io/function/IOConsumer.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/apache/commons/io/FileSystem.java b/src/main/java/org/apache/commons/io/FileSystem.java index 602280b..dadf719 100644 --- a/src/main/java/org/apache/commons/io/FileSystem.java +++ b/src/main/java/org/apache/commons/io/FileSystem.java @@ -70,7 +70,7 @@ public enum FileSystem { * <a href="https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file">Naming Conventions * (microsoft.com)</a>. * </p> - * + * * @see <a href="https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file">Naming Conventions * (microsoft.com)</a> */ diff --git a/src/main/java/org/apache/commons/io/IOUtils.java b/src/main/java/org/apache/commons/io/IOUtils.java index 624d7a0..7fd47e6 100644 --- a/src/main/java/org/apache/commons/io/IOUtils.java +++ b/src/main/java/org/apache/commons/io/IOUtils.java @@ -2395,7 +2395,7 @@ public class IOUtils { * @param inputStream the {@code InputStream} to read. * @return the requested byte array. * @throws NullPointerException if the InputStream is {@code null}. - * @throws IOException if an I/O error occurs or reading more than {@link Integer#MAX_VALUE} occurs. + * @throws IOException if an I/O error occurs or reading more than {@link Integer#MAX_VALUE} occurs. */ public static byte[] toByteArray(final InputStream inputStream) throws IOException { // We use a ThresholdingOutputStream to avoid reading AND writing more than Integer.MAX_VALUE. diff --git a/src/main/java/org/apache/commons/io/function/IOConsumer.java b/src/main/java/org/apache/commons/io/function/IOConsumer.java index b083f58..26da31c 100644 --- a/src/main/java/org/apache/commons/io/function/IOConsumer.java +++ b/src/main/java/org/apache/commons/io/function/IOConsumer.java @@ -37,7 +37,7 @@ public interface IOConsumer<T> { /** * Returns a constant NOOP consumer. - * + * * @param <T> Type consumer type. * @return a constant NOOP consumer. * @since 2.9.0