Fix javadoc

This commit is contained in:
Alexander Söderberg 2020-05-11 20:04:22 +02:00
parent f7167d5e83
commit d40160d205
No known key found for this signature in database
GPG Key ID: C0207FF7EA146678

View File

@ -64,7 +64,8 @@ public interface BackupProfile {
/**
* Restore a backup
*
* @return Backup to restore
* @param backup Backup to restore
* @return Future that completes when the backup has finished
*/
@NotNull CompletableFuture<Void> restoreBackup(@NotNull final Backup backup);