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 6182923abb55..249c19808f25 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 @@ private BindResult(T value) { /** * 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() */