Skip to content

Commit 274ca0e

Browse files
remove artefact
1 parent c8ffad5 commit 274ca0e

File tree

1 file changed

+1
-2
lines changed
  • src/main/java/edu/ie3/datamodel/utils

1 file changed

+1
-2
lines changed

src/main/java/edu/ie3/datamodel/utils/Try.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import static java.util.stream.Collectors.partitioningBy;
99

1010
import edu.ie3.datamodel.exceptions.FailureException;
11-
import edu.ie3.datamodel.exceptions.SourceException;
1211
import edu.ie3.datamodel.exceptions.TryException;
1312
import java.util.*;
1413
import java.util.function.BiFunction;
@@ -639,7 +638,7 @@ public int hashCode() {
639638
*/
640639
@FunctionalInterface
641640
public interface TrySupplier<T, E extends Exception> {
642-
T get() throws E, SourceException;
641+
T get() throws E;
643642
}
644643

645644
/**

0 commit comments

Comments
 (0)