openvidu-server: typo fixed

pull/546/head
pabloFuente 2020-09-25 17:36:49 +02:00
parent eb7fb81995
commit e294ac606b
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class RecordingInfoUtils {
throw new OpenViduException(Code.RECORDING_FILE_EMPTY_ERROR, "The recording file is corrupted"); throw new OpenViduException(Code.RECORDING_FILE_EMPTY_ERROR, "The recording file is corrupted");
} }
if (this.json.size() == 0) { if (this.json.size() == 0) {
// Recording metadata from ffprobe is an emtpy JSON // Recording metadata from ffprobe is an empty JSON
throw new OpenViduException(Code.RECORDING_FILE_EMPTY_ERROR, "The recording file is empty"); throw new OpenViduException(Code.RECORDING_FILE_EMPTY_ERROR, "The recording file is empty");
} }