Make flags contiguous: There's no reason for the gap :)

PiperOrigin-RevId: 269514872
This commit is contained in:
olly 2019-09-17 09:12:53 +01:00 committed by Oliver Woodman
parent 57370b37ce
commit 2fca01b925

View file

@ -68,7 +68,7 @@ public final class DataSpec {
* setting this flag may also enable more concurrent access to the data (e.g. reading one fragment
* whilst writing another).
*/
public static final int FLAG_ALLOW_CACHE_FRAGMENTATION = 1 << 4; // 16
public static final int FLAG_ALLOW_CACHE_FRAGMENTATION = 1 << 3; // 8
/**
* The set of HTTP methods that are supported by ExoPlayer {@link HttpDataSource}s. One of {@link