Skip to content

Commit 884e3ec

Browse files
committed
Merge pull request #9738 from dreis2211:typo-bind-result
* pr/9738: Remove duplicate 'the' in BindResult.isBound() javadoc
2 parents e0a1fe9 + d6cebf6 commit 884e3ec

File tree

1 file changed

+1
-1
lines changed
  • spring-boot/src/main/java/org/springframework/boot/context/properties/bind

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ private BindResult(T value) {
4747
/**
4848
* Return the object that was bound or throw a {@link NoSuchElementException} if no
4949
* value was bound.
50-
* @return the the bound value (never {@code null})
50+
* @return the bound value (never {@code null})
5151
* @throws NoSuchElementException if no value was bound
5252
* @see #isBound()
5353
*/

0 commit comments

Comments
 (0)