From 584985c7fa00313c50ba4803edd673f22d38b813 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 26 Jan 2018 11:06:11 +0100 Subject: [PATCH] Polish --- .../boot/context/properties/PropertyMapper.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */