Skip to content

Commit

Permalink
Add reason for decode404() deprecation (#2202)
Browse files Browse the repository at this point in the history
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
  • Loading branch information
gromspys and velo committed Oct 20, 2023
1 parent 25c419d commit dacb086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/feign/BaseBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public B dismiss404() {
* {@link #client(Client) client}.
*
* @since 8.12
* @deprecated
* @deprecated use {@link #dismiss404()} instead.
*/
@Deprecated
public B decode404() {
Expand Down

0 comments on commit dacb086

Please sign in to comment.