Skip to content

Commit 00ec17b

Browse files
committed
Fix checkstyle violation
See gh-31323
1 parent df381c5 commit 00ec17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/PropertyMapperTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ static class Immutable {
283283
this.age = age;
284284
}
285285

286-
public Immutable withAge(Integer age) {
286+
Immutable withAge(Integer age) {
287287
return new Immutable(this.name, age);
288288
}
289289

0 commit comments

Comments
 (0)