Javadoc + some small refactoring

This commit is contained in:
2023-02-11 23:40:36 +01:00
parent 33b40f0cba
commit 6577367c27
8 changed files with 213 additions and 83 deletions

View File

@@ -53,10 +53,4 @@ public class PaperWorkdirProcess extends PaperBackupProcess {
return "workdir";
}
public void displayNextSchedule() {
Log.info("[Backup] " + net.md_5.bungee.api.ChatColor.GRAY + getDisplayName() + net.md_5.bungee.api.ChatColor.RESET + " next backup on "
+ DateFormat.getDateTimeInstance(DateFormat.LONG, DateFormat.LONG).format(new Date(getNext())));
}
}