Skip to content

Commit

Permalink
SD-1916 No more error deserializing endpoint URL override configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
gj0dcsa committed Dec 19, 2024
1 parent 16577e0 commit 51e6dad
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

@Data
@NoArgsConstructor
@AllArgsConstructor
public class EndpointUriOverrideConfiguration {
private String method;
Expand Down

0 comments on commit 51e6dad

Please sign in to comment.