mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Minor download documentation tweaks
PiperOrigin-RevId: 246333281
This commit is contained in:
parent
ad5948f3ed
commit
76184deb21
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ public class DefaultDownloaderFactory implements DownloaderFactory {
|
|||
.getConstructor(Uri.class, List.class, DownloaderConstructorHelper.class);
|
||||
} catch (NoSuchMethodException e) {
|
||||
// The downloader is present, but the expected constructor is missing.
|
||||
throw new RuntimeException("DASH downloader constructor missing", e);
|
||||
throw new RuntimeException("Downloader constructor missing", e);
|
||||
}
|
||||
}
|
||||
// LINT.ThenChange(../../../../../../../../proguard-rules.txt)
|
||||
|
|
|
|||
Loading…
Reference in a new issue