Skip to content

Commit

Permalink
Fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Jan 17, 2024
1 parent 90cf4b9 commit 6f7126a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/stripe/net/BaseApiRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class BaseApiRequest {
// TODO (major): Remove setter and make final
private List<String> usage;

/** @deprecated Use {@link com.stripe.net.ApiRequest#withAddedUsage(String)} instead. */
/** @deprecated Use {@link com.stripe.net.ApiRequest#addUsage(String)} instead. */
@Deprecated
public void setUsage(List<String> usage) {
this.usage = usage;
Expand Down

0 comments on commit 6f7126a

Please sign in to comment.