Skip to content

Commit

Permalink
Fix javadocs issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Koboo committed Jan 29, 2023
1 parent 3e76a2a commit 14619ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public interface ReturnTypeValidator {
* @param returnType The return type, of the method
* @param entityClass The class of the entity of the repository
* @param repoClass The class of the repository
* @throws Exception, if validation is not completed
* @throws Exception if return type isn't valid
*/
void check(Method method, Class<?> returnType, Class<?> entityClass, Class<?> repoClass) throws Exception;
}

0 comments on commit 14619ea

Please sign in to comment.