Increased test coverage
This commit is contained in:
@@ -19,5 +19,5 @@ import java.lang.annotation.Target;
|
||||
ElementType.TYPE})
|
||||
public @interface ExceptionHandler {
|
||||
HttpStatus httpStatus() default HttpStatus.INTERNAL_SERVER_ERROR;
|
||||
String contentType() default MediaType.TEXT_PLAIN_VALUE;
|
||||
String contentType() default MediaType.APPLICATION_XML_VALUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user