Skip to content

Commit

Permalink
chore(impl): [eclipse-tractusx#841] allow to continue builder using t…
Browse files Browse the repository at this point in the history
…oBuilder = true
  • Loading branch information
dsmf committed Jul 29, 2024
1 parent 8a17e05 commit c6e39e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* Tombstone with information about request failure
*/
@Getter
@Builder
@Builder(toBuilder = true)
@Jacksonized
@Schema(description = "Tombstone with information about request failure")
public class Tombstone {
Expand Down

0 comments on commit c6e39e1

Please sign in to comment.