Skip to content

Commit

Permalink
Fix javadoc in IllegalStateExceptionMapper (#1129)
Browse files Browse the repository at this point in the history
The javadoc has the wrong reason for a 500 status code.
  • Loading branch information
sleberknight authored Apr 30, 2024
1 parent ae53021 commit 72032f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Map {@link IllegalStateException} to {@link Response}.
* <p>
* The mapped response has status code 500 (Bad Request) and media type JSON.
* The mapped response has status code 500 (Internal Server Error) and media type JSON.
*/
@Provider
public class IllegalStateExceptionMapper implements ExceptionMapper<IllegalStateException> {
Expand Down

0 comments on commit 72032f2

Please sign in to comment.