Skip to content

Commit

Permalink
Fix Request's accept HTTP code range comment (#1910)
Browse files Browse the repository at this point in the history
Fix Request's accept HTTP code range comment
  • Loading branch information
aldexis authored Apr 18, 2023
1 parent 074b2a8 commit 5d85266
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

/**
* Response body {@link Deserializer}. By default this deserializer is only used for successful
* (i.e. {@code 300 <= response.code() <= 599}) responses.
* (i.e. {@code 200 <= response.code() < 300}) responses.
*
* @return class that implements a zero-arg constructor to be used to deserialize the response
*/
Expand Down

0 comments on commit 5d85266

Please sign in to comment.