Skip to content

Commit

Permalink
Mention HttpStatus in JavaDoc of HttpResponse.getCode
Browse files Browse the repository at this point in the history
  • Loading branch information
unkarjedy committed Jan 25, 2024
1 parent 5bcdfc5 commit 2b0a7b5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ public interface HttpResponse extends HttpMessage {
* Obtains the code of this response message.
*
* @return the status code.
*
* @see HttpStatus
*/
int getCode();

Expand Down

0 comments on commit 2b0a7b5

Please sign in to comment.