Skip to content

Commit

Permalink
Replace 2x empty lines with a single one
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 26, 2024
1 parent c19a27e commit 0119576
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public static boolean isUnixTime(final long seconds) {
return Integer.MIN_VALUE <= seconds && seconds <= Integer.MAX_VALUE;
}


/**
* Subtracts milliseconds from a source FileTime.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public void setObservers(final List<Observer> observers) {

}


/**
* Builds instances of {@link ObservableInputStream}.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,4 @@ public void testReadAfterClose() throws Exception {
}
}


}
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public void testClose() throws IOException {
assertEquals(data[0], byteArrayInputStream.read(), "read()");
}


@Test
public void testReadAfterCose() throws Exception {
final InputStream shadow;
Expand Down

0 comments on commit 0119576

Please sign in to comment.