Skip to content

Commit

Permalink
Merge pull request #468 from catenax-ng/feature/420-add-contractagree…
Browse files Browse the repository at this point in the history
…ments

feature: 420 refactor EdcContractAgreementNegotiationResponse.java
  • Loading branch information
ds-mmaul authored Mar 4, 2024
2 parents e9aeb60 + 018f99e commit 6c5d6fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Builder;
import org.eclipse.edc.connector.contract.spi.types.negotiation.ContractNegotiation;

/**
* EdcContractAgreementNegotiationResponse used for representing the response of
Expand All @@ -36,5 +35,6 @@ public record EdcContractAgreementNegotiationResponse(@JsonProperty("@id") Strin
@JsonProperty(
"edc:counterPartyAddress") String counterPartyAddress,
@JsonProperty("edc:protocol") String protocol,
@JsonProperty("edc:type") ContractNegotiation.Type type) {
@JsonProperty("edc:state") String state,
@JsonProperty("edc:type") String type) {
}

0 comments on commit 6c5d6fa

Please sign in to comment.