Skip to content

Commit 0d3e929

Browse files
committed
Merge branch '2.19' into 3.x
2 parents c6c43e0 + eec247d commit 0d3e929

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +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,
88+
public AddressBuilder(@JsonProperty("Address1") String address1, @JsonProperty("City") String city,
89+
@JsonProperty("StateProvince") String stateProvince,
8990
@JsonProperty("PostalCode") String postalCode, @JsonProperty("Country") String country) {
9091
this.address1 = address1;
9192
this.city = city;

0 commit comments

Comments
 (0)