Skip to content

Commit 5b5f08b

Browse files
committed
chore: fix javadoc
1 parent f91fcba commit 5b5f08b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • src/main/java/io/weaviate/client6/v1/api/backup

src/main/java/io/weaviate/client6/v1/api/backup/Backup.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,6 @@ public void cancel(WeaviateClient client) throws IOException {
145145
* @param client Weaviate client. Make sure {@link WeaviateClientAsync#close}
146146
* is NOT called before this method returns.
147147
* @throws IllegalStateException if {@link #operation} is not set (null).
148-
* @throws TimeoutException in case the wait times out without reaching
149-
* BackupStatus.SUCCESS.
150-
* @throws IOException in case the request was not sent successfully
151-
* due to a malformed request, a networking error
152-
* or the server being unavailable.
153148
*/
154149
public CompletableFuture<Backup> waitForCompletion(WeaviateClientAsync client) {
155150
return waitForStatus(client, BackupStatus.SUCCESS);

0 commit comments

Comments
 (0)