Skip to content

Commit

Permalink
upd: unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdev01 committed Dec 16, 2023
1 parent a23c910 commit 10fcc35
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@
import io.github.jpdev.asaassdk.http.AsaasRestClient;
import io.github.jpdev.asaassdk.http.Response;

import com.fasterxml.jackson.databind.ObjectMapper;

public abstract class Creator<T> {

private final ObjectMapper objectMapper = new ObjectMapper();

public T create() {
return create(Asaas.getRestClient());
}
Expand All @@ -34,5 +30,6 @@ private T parseResponse(AsaasRestClient client, Response response) {
}

public abstract String getResourceUrl();

public abstract Class<T> getResourceClass();
}

0 comments on commit 10fcc35

Please sign in to comment.