Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanich96 committed Jan 22, 2024
1 parent 356143b commit e2510f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public interface ThrowingFunction<I, R, E extends Exception> {
/**
* Applies this function to the given argument.
*
* @param input The function argument
* @param input The function argument.
* @return The function result
* @throws E If fails
*/
Expand Down

0 comments on commit e2510f6

Please sign in to comment.