Commit 1bb7ec82 by aquilescanta Committed by Oliver Woodman

Make DefaultLoadErrorHandlingPolicy non-final

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=214584874
parent d92787b5
...@@ -21,7 +21,7 @@ import com.google.android.exoplayer2.upstream.HttpDataSource.InvalidResponseCode ...@@ -21,7 +21,7 @@ import com.google.android.exoplayer2.upstream.HttpDataSource.InvalidResponseCode
import java.io.IOException; import java.io.IOException;
/** Default implementation of {@link LoadErrorHandlingPolicy}. */ /** Default implementation of {@link LoadErrorHandlingPolicy}. */
public final class DefaultLoadErrorHandlingPolicy implements LoadErrorHandlingPolicy { public class DefaultLoadErrorHandlingPolicy implements LoadErrorHandlingPolicy {
/** The default minimum number of times to retry loading data prior to propagating the error. */ /** The default minimum number of times to retry loading data prior to propagating the error. */
public static final int DEFAULT_MIN_LOADABLE_RETRY_COUNT = 3; public static final int DEFAULT_MIN_LOADABLE_RETRY_COUNT = 3;
......
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