Skip to content

Commit dfe439a

Browse files
AlexanderSchultheisspmbittner
authored andcommitted
refactor: removed redundant throws
1 parent 6d0a973 commit dfe439a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/variantsync/diffdetective/parallel/ScheduledTasksIterator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public T next() {
7070

7171
/** Stops all scheduled tasks and releases the used thread resources. */
7272
@Override
73-
public void close() throws Exception {
73+
public void close() {
7474
threadPool.shutdown();
7575
}
7676
}

0 commit comments

Comments
 (0)