small test

This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2024-01-15 14:39:24 +01:00
parent c5e0bb84e8
commit 1254246b0d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import org.slf4j.LoggerFactory;
/**
* Exception thrown when @Valid fail
* Exception gets thrown when @Valid fail
*/
@Provider
public class ApplicationException implements ExceptionMapper<Exception> {