Remove duplicate 'the' in BindResult.isBound() javadoc
Closes gh-9738
This commit is contained in:
committed by
Stephane Nicoll
parent
e0a1fe99a4
commit
d6cebf64d8
@@ -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()
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user