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

@@ -60,10 +60,4 @@ public class BungeeWorkdirProcess extends BackupProcess {
return "workdir";
}
public void displayNextSchedule() {
Log.info("[Backup] " + ChatColor.GRAY + getDisplayName() + ChatColor.RESET + " next backup on "
+ DateFormat.getDateTimeInstance(DateFormat.LONG, DateFormat.LONG).format(new Date(getNext())));
}
}