Minor download documentation tweaks

PiperOrigin-RevId: 246333281
This commit is contained in:
olly 2019-05-02 17:35:30 +01:00 committed by Oliver Woodman
parent ad5948f3ed
commit 76184deb21

View file

@ -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)