mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Fix javadoc
This commit is contained in:
parent
f7167d5e83
commit
d40160d205
@ -64,7 +64,8 @@ public interface BackupProfile {
|
|||||||
/**
|
/**
|
||||||
* Restore a backup
|
* 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);
|
@NotNull CompletableFuture<Void> restoreBackup(@NotNull final Backup backup);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user