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 <[email protected]>
  • Loading branch information
gromspys and velo authored Oct 20, 2023
1 parent c9bc9cd commit d22a1f3
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 @@ -152,7 +152,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 d22a1f3

Please sign in to comment.