Skip to content

Commit

Permalink
Add reason for decode404() deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
gromspys committed Oct 15, 2023
1 parent ddb9ff9 commit 0712a36
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 0712a36

Please sign in to comment.