Skip to content

Commit 5bee658

Browse files
committed
refactor: remove unused 'throws Exception' declaration in setUp method
Signed-off-by: vivek-bandi <[email protected]>
1 parent 8aa8ca0 commit 5bee658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jkube-kit/common/src/test/java/org/eclipse/jkube/kit/common/archive/AssemblyFileSetUtilsExcludesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class AssemblyFileSetUtilsExcludesTest {
3030
private List<Path> paths;
3131

3232
@BeforeEach
33-
public void setUp() throws Exception {
33+
public void setUp() {
3434
paths = Arrays.asList(
3535
Paths.get("usr", "bin"),
3636
Paths.get("usr", ".git"),

0 commit comments

Comments
 (0)