Skip to content

Commit 0119576

Browse files
committed
Replace 2x empty lines with a single one
1 parent c19a27e commit 0119576

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/main/java/org/apache/commons/io/file/attribute/FileTimes.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ public static boolean isUnixTime(final long seconds) {
9797
return Integer.MIN_VALUE <= seconds && seconds <= Integer.MAX_VALUE;
9898
}
9999

100-
101100
/**
102101
* Subtracts milliseconds from a source FileTime.
103102
*

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ public void setObservers(final List<Observer> observers) {
7171

7272
}
7373

74-
7574
/**
7675
* Builds instances of {@link ObservableInputStream}.
7776
*

src/test/java/org/apache/commons/io/input/BufferedFileChannelInputStreamTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,4 @@ public void testReadAfterClose() throws Exception {
7575
}
7676
}
7777

78-
7978
}

src/test/java/org/apache/commons/io/input/CloseShieldInputStreamTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ public void testClose() throws IOException {
7979
assertEquals(data[0], byteArrayInputStream.read(), "read()");
8080
}
8181

82-
8382
@Test
8483
public void testReadAfterCose() throws Exception {
8584
final InputStream shadow;

0 commit comments

Comments
 (0)