Skip to content

Commit

Permalink
fix(irs-models): add toString to Tombstone
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Aug 5, 2024
1 parent 757974a commit e3c1512
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Builder;
import lombok.Getter;
import lombok.ToString;
import lombok.extern.jackson.Jacksonized;
import org.apache.commons.lang3.exception.ExceptionUtils;
import org.eclipse.tractusx.irs.component.enums.NodeType;
Expand All @@ -41,6 +42,7 @@
@Builder(toBuilder = true)
@Jacksonized
@Schema(description = "Tombstone with information about request failure")
@ToString
public class Tombstone {

public static final int CATENA_X_ID_LENGTH = 45;
Expand Down

0 comments on commit e3c1512

Please sign in to comment.