mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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);
|
.getConstructor(Uri.class, List.class, DownloaderConstructorHelper.class);
|
||||||
} catch (NoSuchMethodException e) {
|
} catch (NoSuchMethodException e) {
|
||||||
// The downloader is present, but the expected constructor is missing.
|
// 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)
|
// LINT.ThenChange(../../../../../../../../proguard-rules.txt)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue