Skip to content

Commit 2599cba

Browse files
committed
Remove unused exception
1 parent d73c07f commit 2599cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/commons/io/EndianUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void testEOFException() {
4444
}
4545

4646
@Test
47-
void testInvalidOffset() throws IOException {
47+
void testInvalidOffset() {
4848
final byte[] bytes = {};
4949

5050
assertThrows(IllegalArgumentException.class, () -> EndianUtils.readSwappedInteger(bytes, 0));

0 commit comments

Comments
 (0)