Skip to content

Commit 15bdaca

Browse files
committed
static inner class fix
1 parent 2267a1a commit 15bdaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/sparkpost-lib/src/main/java/com/sparkpost/model/AuthRequestDetails.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class AuthRequestDetails extends Base {
1818

1919
@Data
2020
@EqualsAndHashCode(callSuper = true)
21-
public class AuthRequestClientDetails extends Base {
21+
public static class AuthRequestClientDetails extends Base {
2222

2323
@Description(value = "OAuth 2.0 Client ID")
2424
@SerializedName("client_id")

0 commit comments

Comments
 (0)