mirror of
https://github.com/samsonjs/media.git
synced 2026-04-07 11:35:46 +00:00
Make CacheDataSourceFactory createDataSource return specific type
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=149533820
This commit is contained in:
parent
45c7fe9b00
commit
78e7c3c510
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ public final class CacheDataSourceFactory implements DataSource.Factory {
|
|||
}
|
||||
|
||||
@Override
|
||||
public DataSource createDataSource() {
|
||||
public CacheDataSource createDataSource() {
|
||||
return new CacheDataSource(cache, upstreamFactory.createDataSource(),
|
||||
cacheReadDataSourceFactory.createDataSource(),
|
||||
cacheWriteDataSinkFactory.createDataSink(), flags, eventListener);
|
||||
|
|
|
|||
Loading…
Reference in a new issue