Commit d83b89cf by olly Committed by Oliver Woodman

Minor documentation tweak.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=118774671
parent b0c8a613
...@@ -65,12 +65,13 @@ public final class DefaultDataSource implements DataSource { ...@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment