mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +00:00
Make DefaultLoadErrorHandlingPolicy non-final
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=214584874
This commit is contained in:
parent
c9ebaacae0
commit
a8efa27fab
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ import java.io.FileNotFoundException;
|
|||
import java.io.IOException;
|
||||
|
||||
/** 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. */
|
||||
public static final int DEFAULT_MIN_LOADABLE_RETRY_COUNT = 3;
|
||||
|
|
|
|||
Loading…
Reference in a new issue