diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/PropertyMapper.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/PropertyMapper.java index 1af8d667ba..6f7643b865 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/PropertyMapper.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/PropertyMapper.java @@ -221,7 +221,7 @@ public final class PropertyMapper { } /** - * Return a filtered version of the source that will only map values that + * Return a filtered version of the source that will only map values that are * {@code true}. * @return a new filtered source instance */ @@ -230,7 +230,7 @@ public final class PropertyMapper { } /** - * Return a filtered version of the source that will only map values that + * Return a filtered version of the source that will only map values that are * {@code false}. * @return a new filtered source instance */