Skip to content

Commit

Permalink
fixup! Immutable BaseApiRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Jan 16, 2024
1 parent 0e64e76 commit f4fef22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/stripe/net/BaseApiRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
import lombok.AccessLevel;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;

@Getter
@AllArgsConstructor(access = AccessLevel.PROTECTED)
@NoArgsConstructor(access = AccessLevel.PROTECTED)
class BaseApiRequest {
private final BaseAddress baseAddress;
private final ApiResource.RequestMethod method;
Expand Down

0 comments on commit f4fef22

Please sign in to comment.