Skip to content

Commit 87a08b5

Browse files
committed
ResourceTransmissions 'create' method return type fixed
1 parent 605a3c5 commit 87a08b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/sparkpost-lib/src/main/java/com/sparkpost/resources/ResourceTransmissions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
public class ResourceTransmissions {
2222

23-
public static Response create(RestConnection conn, Integer numRcptErrors, TransmissionWithRecipientArray trans) throws SparkPostException {
23+
public static TransmissionCreateResponse create(RestConnection conn, Integer numRcptErrors, TransmissionWithRecipientArray trans) throws SparkPostException {
2424

2525
Endpoint ep = new Endpoint("transmissions");
2626
ep.addParam("num_rcpt_errors", numRcptErrors);

0 commit comments

Comments
 (0)