Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Jun 7, 2021
1 parent 9b16a15 commit 5310d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/stripe/net/HttpClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ protected HttpClient() {}
*/
public StripeResponseStream requestStream(StripeRequest request) throws StripeException {
throw new UnsupportedOperationException(
"streamingRequest is unimplemented for this HttpClient");
"requestStream is unimplemented for this HttpClient");
}

@FunctionalInterface
Expand Down

0 comments on commit 5310d7e

Please sign in to comment.