This commit is contained in:
TobiGr 2024-05-14 19:31:57 +02:00
parent 292f05f7ea
commit 0042ee1172
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class RecordingDownloader extends Downloader {
private final String path; private final String path;
/** /**
* Creates the folder described by {@code stringPath} if it does not exists. * Creates the folder described by {@code stringPath} if it does not exist.
* Deletes existing files starting with {@link RecordingDownloader#FILE_NAME_PREFIX}. * Deletes existing files starting with {@link RecordingDownloader#FILE_NAME_PREFIX}.
* @param stringPath Path to the folder where the json files will be saved to. * @param stringPath Path to the folder where the json files will be saved to.
*/ */