Increased test coverage

This commit is contained in:
Rachel Walker
2012-12-03 16:36:31 -08:00
parent e4d1f28cf4
commit 3e0e5c7c3f
4 changed files with 110 additions and 31 deletions

View File

@@ -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;
}