fix javadoc (#3047)

Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
J-N-K 2022-07-21 11:27:25 +02:00 committed by GitHub
parent 1276932c29
commit 193da095a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,8 @@ public interface Inbox {
* This method returns silently, if the specified {@link DiscoveryResult} is {@code null}.
*
* @param result the discovery result to be added to this inbox (could be null)
* @return true if the specified discovery result could be added or updated, otherwise false
* @return {@link CompletableFuture} future that completes to <code>true</code> if the specified discovery result
* could be added or updated, otherwise to <code>false</code>
*/
CompletableFuture<Boolean> add(@Nullable DiscoveryResult result);