We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0a1fe9 + d6cebf6 commit 884e3ecCopy full SHA for 884e3ec
spring-boot/src/main/java/org/springframework/boot/context/properties/bind/BindResult.java
@@ -47,7 +47,7 @@ private BindResult(T value) {
47
/**
48
* Return the object that was bound or throw a {@link NoSuchElementException} if no
49
* value was bound.
50
- * @return the the bound value (never {@code null})
+ * @return the bound value (never {@code null})
51
* @throws NoSuchElementException if no value was bound
52
* @see #isBound()
53
*/
0 commit comments