Browse Source

Merge pull request #9738 from dreis2211:typo-bind-result

* pr/9738:
  Remove duplicate 'the' in BindResult.isBound() javadoc
pull/9738/merge
Stephane Nicoll 9 years ago
parent
commit
884e3ecb4b
  1. 2
      spring-boot/src/main/java/org/springframework/boot/context/properties/bind/BindResult.java

2
spring-boot/src/main/java/org/springframework/boot/context/properties/bind/BindResult.java

@ -47,7 +47,7 @@ public final class BindResult<T> { @@ -47,7 +47,7 @@ public final class BindResult<T> {
/**
* 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()
*/

Loading…
Cancel
Save