From d6cebf64d86db0be41a297f1487082b0a606e5bf Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Wed, 12 Jul 2017 22:05:01 +0200 Subject: [PATCH] Remove duplicate 'the' in BindResult.isBound() javadoc Closes gh-9738 --- .../boot/context/properties/bind/BindResult.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6182923abb..249c19808f 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() */