Skip to content

Commit c6c43e0

Browse files
Update test for #291 (#744)
1 parent c6fea5a commit c6c43e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/tools/jackson/dataformat/xml/jaxb/BuilderWithJAXB291Test.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ static class AddressBuilder {
8585
String county;
8686

8787
@JsonCreator
88-
public AddressBuilder(@JsonProperty("address1") String address1, @JsonProperty("city") String city, @JsonProperty("stateProvince") String stateProvince,
89-
@JsonProperty("postalCode") String postalCode, @JsonProperty("country") String country) {
88+
public AddressBuilder(@JsonProperty("Address1") String address1, @JsonProperty("City") String city, @JsonProperty("StateProvince") String stateProvince,
89+
@JsonProperty("PostalCode") String postalCode, @JsonProperty("Country") String country) {
9090
this.address1 = address1;
9191
this.city = city;
9292
this.stateProvince = stateProvince;

0 commit comments

Comments
 (0)