Commit 8e4e5fe0 by falhassen Committed by Oliver Woodman

Fix javadoc in CacheKeyFactory.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=199110920
parent 007d3c61
......@@ -15,16 +15,15 @@
*/
package com.google.android.exoplayer2.upstream.cache;
import android.net.Uri;
import com.google.android.exoplayer2.upstream.DataSpec;
/** Factory for custom cache keys. */
/** Factory for cache keys. */
public interface CacheKeyFactory {
/**
* Returns a custom cache key for the given {@link Uri}.
* Returns a cache key for the given {@link DataSpec}.
*
* @param dataSpec The upstream source from which data will be read and cached.
* @param dataSpec The data being cached.
*/
String buildCacheKey(DataSpec dataSpec);
}
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