Skip to content

Commit

Permalink
Add missing Override
Browse files Browse the repository at this point in the history
  • Loading branch information
ppouchin committed Apr 9, 2024
1 parent 6779455 commit 2ab54ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ public interface ThrowingFunction<T, R, E extends Throwable> {
@FunctionalInterface
public interface OMEROFunction<T, R> extends ThrowingFunction<T, R, Exception> {

@Override
R apply(T t) throws DSOutOfServiceException, DSAccessException, ServerError;

}
Expand Down

0 comments on commit 2ab54ad

Please sign in to comment.