Skip to content

Commit

Permalink
Remove a stray Provider annotation wrt #22.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 24, 2016
1 parent f46c553 commit e172ba7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*
* @since 2.2
*/
@Provider
public class JsonParseExceptionMapper implements ExceptionMapper<JsonParseException> {
@Override
public Response toResponse(JsonParseException exception) {
Expand Down

0 comments on commit e172ba7

Please sign in to comment.