diff --git a/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/BindResult.java b/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/BindResult.java index 6182923abb5..249c19808f2 100644 --- a/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/BindResult.java +++ b/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/BindResult.java @@ -47,7 +47,7 @@ public final class BindResult { /** * Return the object that was bound or throw a {@link NoSuchElementException} if no * value was bound. - * @return the the bound value (never {@code null}) + * @return the bound value (never {@code null}) * @throws NoSuchElementException if no value was bound * @see #isBound() */