Skip to content

Commit 65868e5

Browse files
committed
Remove trailing whitepsace.
1 parent 394158d commit 65868e5

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public class IOUtils {
133133
*/
134134
public static final char DIR_SEPARATOR_WINDOWS = '\\';
135135

136-
/**
136+
/**
137137
* A singleton empty byte array.
138138
*
139139
* @since 2.9.0

src/main/java/org/apache/commons/io/file/CopyDirectoryVisitor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ public FileVisitResult preVisitDirectory(final Path directory, final BasicFileAt
154154

155155
/**
156156
* Relativizes against {@code sourceDirectory}, then resolves against {@code targetDirectory}.
157-
*
157+
*
158158
* We have to call {@link Path#toString()} relative value because we cannot use paths belonging to different
159159
* FileSystems in the Path methods, usually this leads to {@link ProviderMismatchException}.
160-
*
160+
*
161161
* @param directory the directory to relativize.
162162
* @return a new path, relativized against sourceDirectory, then resolved against targetDirectory.
163163
*/

src/main/java/org/apache/commons/io/input/TimestampedObserver.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* <p>
2929
* For example:
3030
* </p>
31-
*
31+
*
3232
* <pre>
3333
* final TimestampedObserver timetampedObserver = new TimestampedObserver();
3434
* try (final ObservableInputStream inputStream = new ObservableInputStream(...),
@@ -61,7 +61,7 @@ public Instant getCloseInstant() {
6161

6262
/**
6363
* Gets the Duration between creation and close.
64-
*
64+
*
6565
* @return the Duration between creation and close.
6666
*/
6767
public Duration getOpenToCloseDuration() {
@@ -70,7 +70,7 @@ public Duration getOpenToCloseDuration() {
7070

7171
/**
7272
* Gets the Duration between creation and now.
73-
*
73+
*
7474
* @return the Duration between creation and now.
7575
*/
7676
public Duration getOpenToNowDuration() {

0 commit comments

Comments
 (0)