From f52458bedbbd2856eb6170aecebe008f097b7b5b Mon Sep 17 00:00:00 2001 From: Jon Marius Venstad Date: Fri, 25 Sep 2020 09:22:02 +0200 Subject: Fix javadoc typo Co-authored-by: Jon Bratseth --- documentapi/src/main/java/com/yahoo/documentapi/AsyncSession.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentapi') diff --git a/documentapi/src/main/java/com/yahoo/documentapi/AsyncSession.java b/documentapi/src/main/java/com/yahoo/documentapi/AsyncSession.java index 721faf281f7..60f70a91338 100644 --- a/documentapi/src/main/java/com/yahoo/documentapi/AsyncSession.java +++ b/documentapi/src/main/java/com/yahoo/documentapi/AsyncSession.java @@ -201,7 +201,7 @@ public interface AsyncSession extends Session { *

Removes a document if it is present. This method returns immediately.

* *

If this result is a success, this - * call will cause one or more {@link DocumentIdResponse} objects to apprear within the timeout time of this session. + * call will cause one or more {@link DocumentIdResponse} objects to appear within the timeout time of this session. * The response returned later will either be a success, or contain the document id submitted here. * If it was not a success, this method has no further effects.

* -- cgit v1.2.3