mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Fix javadoc
This commit is contained in:
parent
f7167d5e83
commit
d40160d205
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue