This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch cli
in repository https://gitbox.apache.org/repos/asf/maven-file-management.git
The following commit(s) were added to refs/heads/cli by this push:
new ed972e7 remove unthrown exceptions
ed972e7 is described below
commit ed972e7171739dbf87f3575a92544541919c22c5
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sun Jun 11 06:49:18 2023 -0400
remove unthrown exceptions
---
.../org/apache/maven/shared/model/fileset/util/FileSetUtilsTest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/test/java/org/apache/maven/shared/model/fileset/util/FileSetUtilsTest.java
b/src/test/java/org/apache/maven/shared/model/fileset/util/FileSetUtilsTest.java
index b7a666a..a5c2244 100644
---
a/src/test/java/org/apache/maven/shared/model/fileset/util/FileSetUtilsTest.java
+++
b/src/test/java/org/apache/maven/shared/model/fileset/util/FileSetUtilsTest.java
@@ -74,7 +74,7 @@ public class FileSetUtilsTest {
}
@Test
- void testIncludesDontFollowSymlinks() throws IOException,
InterruptedException {
+ void testIncludesDontFollowSymlinks() throws IOException {
File directory = setupTestDirectory("testIncludesDontFollowSymlinks");
File subdir = new File(directory, directory.getName());
@@ -93,7 +93,7 @@ public class FileSetUtilsTest {
}
@Test
- void testDeleteDontFollowSymlinks() throws IOException,
InterruptedException {
+ void testDeleteDontFollowSymlinks() throws IOException {
File directory = setupTestDirectory("testDeleteDontFollowSymlinks");
File subdir = new File(directory, directory.getName());