Commit d6cebf64 authored by dreis2211's avatar dreis2211 Committed by Stephane Nicoll

Remove duplicate 'the' in BindResult.isBound() javadoc

Closes gh-9738
parent e0a1fe99
...@@ -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 * Return the object that was bound or throw a {@link NoSuchElementException} if no
* value was bound. * 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 * @throws NoSuchElementException if no value was bound
* @see #isBound() * @see #isBound()
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment