Skip to content

Commit fa0dca6

Browse files
committed
Remove trailing whitespace.
1 parent 01e63c2 commit fa0dca6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/org/apache/commons/io/FileSystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public enum FileSystem {
7070
* <a href="https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file">Naming Conventions
7171
* (microsoft.com)</a>.
7272
* </p>
73-
*
73+
*
7474
* @see <a href="https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file">Naming Conventions
7575
* (microsoft.com)</a>
7676
*/

src/main/java/org/apache/commons/io/IOUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2395,7 +2395,7 @@ public static BufferedReader toBufferedReader(final Reader reader, final int siz
23952395
* @param inputStream the {@code InputStream} to read.
23962396
* @return the requested byte array.
23972397
* @throws NullPointerException if the InputStream is {@code null}.
2398-
* @throws IOException if an I/O error occurs or reading more than {@link Integer#MAX_VALUE} occurs.
2398+
* @throws IOException if an I/O error occurs or reading more than {@link Integer#MAX_VALUE} occurs.
23992399
*/
24002400
public static byte[] toByteArray(final InputStream inputStream) throws IOException {
24012401
// We use a ThresholdingOutputStream to avoid reading AND writing more than Integer.MAX_VALUE.

src/main/java/org/apache/commons/io/function/IOConsumer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public interface IOConsumer<T> {
3737

3838
/**
3939
* Returns a constant NOOP consumer.
40-
*
40+
*
4141
* @param <T> Type consumer type.
4242
* @return a constant NOOP consumer.
4343
* @since 2.9.0

0 commit comments

Comments
 (0)