Skip to content

Commit 30f679f

Browse files
committed
Fix issue with access to FallibleFunction
1 parent c08529f commit 30f679f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons/src/main/java/be/sddevelopment/commons/exceptions/FallibleFunction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*
3939
*/
4040
@FunctionalInterface
41-
interface FallibleFunction<T, R> {
41+
public interface FallibleFunction<T, R> {
4242

4343
R apply(T var1) throws Exception;
4444

0 commit comments

Comments
 (0)