mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
Fix checkstyle violation
See gh-31323
This commit is contained in:
+1
-1
@@ -283,7 +283,7 @@ class PropertyMapperTests {
|
||||
this.age = age;
|
||||
}
|
||||
|
||||
public Immutable withAge(Integer age) {
|
||||
Immutable withAge(Integer age) {
|
||||
return new Immutable(this.name, age);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user