Skip to content

Commit

Permalink
Add missing version tag
Browse files Browse the repository at this point in the history
Signed-off-by: David Greven <fixed-term.David.Greven@de.bosch.com>
  • Loading branch information
grevend-bosch committed Dec 9, 2021
1 parent e01b399 commit c8fa88e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*
* @param <T> the type of the input to the function
* @param <R> the type of the result of the function
* @version JDK 8
* @since 0.2.0
*/
public interface AnyThrowingFunction<T, R> extends ThrowingFunction<T, R, Throwable> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*
* @param <T> the type of the input to the function
* @param <R> the type of the result of the function
* @version JDK 8
* @since 0.2.0
*/
public interface ThrowingFunction<T, R, E extends Throwable> {
Expand Down

0 comments on commit c8fa88e

Please sign in to comment.