Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight committed Aug 9, 2024
1 parent da506ca commit 573ae9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ public static Response standardInternalServerErrorResponse(String errorDetails)
* which uses {@code errorDetails} as the detailed error message.
*
* @param errorDetails the error message to use
* @return a response builder with the given status code and {@code application/json} content type
* @return a response builder with a 500 status code and {@code application/json} content type
*/
public static Response.ResponseBuilder standardInternalServerErrorResponseBuilder(String errorDetails) {
return standardErrorResponseBuilder(Response.Status.INTERNAL_SERVER_ERROR, errorDetails);
Expand Down

0 comments on commit 573ae9e

Please sign in to comment.