Skip to content

Commit

Permalink
change StringBodyApiMethod to TypeBodyApiMethod
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Oct 12, 2023
1 parent bb17cbf commit 22f89c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import java.util.List;

public abstract class StringBodyApiMethod<T extends StringBodyApiMethod<T, TResult>, TResult>
extends BodyApiMethod<T, TResult, String> {
extends TypeBodyApiMethod<T, TResult, String> {

public StringBodyApiMethod(ApiHttpClient apiHttpClient) {
super(apiHttpClient);
Expand Down

0 comments on commit 22f89c2

Please sign in to comment.