Fix checkstyle violation

See gh-31323
pull/31796/head
Phillip Webb 2 years ago
parent df381c51be
commit 00ec17b418

@ -283,7 +283,7 @@ class PropertyMapperTests {
this.age = age;
}
public Immutable withAge(Integer age) {
Immutable withAge(Integer age) {
return new Immutable(this.name, age);
}

Loading…
Cancel
Save