Minor documentation tweak.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=118774671
This commit is contained in:
olly 2016-04-01 06:34:29 -07:00 committed by Oliver Woodman
parent b0c8a6132d
commit d83b89cfd0

View file

@ -65,12 +65,13 @@ public final class DefaultDataSource implements DataSource {
} }
/** /**
* Constructs a new instance, using a provided {@link DataSource} for fetching remote data. * Constructs a new instance that delegates to a provided {@link DataSource} for URI schemes other
* than file, asset and content.
* *
* @param context A context. * @param context A context.
* @param listener An optional {@link TransferListener}. * @param listener An optional {@link TransferListener}.
* @param defaultDataSource A {@link DataSource} to use for all URIs other than file, asset and * @param defaultDataSource A {@link DataSource} to use for URI schemes other than file, asset and
* content URIs. This {@link DataSource} should normally handle at least http(s) URIs. * content. This {@link DataSource} should normally support at least http(s).
*/ */
public DefaultDataSource(Context context, TransferListener listener, public DefaultDataSource(Context context, TransferListener listener,
DataSource defaultDataSource) { DataSource defaultDataSource) {