1. 11 Dec, 2019 1 commit
    • Fix generics warning in FakeAdaptiveMediaPeriod. · 5da510cf
      Remove all generic arrays from this class.
      
      FakeAdaptiveMediaPeriod.java:171: warning: [rawtypes] found raw type: ChunkSampleStream
          return new ChunkSampleStream[length];
                     ^
        missing type arguments for generic class ChunkSampleStream<T>
        where T is a type-variable:
          T extends ChunkSource declared in class ChunkSampleStream
      
      PiperOrigin-RevId: 284761750
      ibaker committed
  2. 10 Dec, 2019 9 commits
  3. 09 Dec, 2019 12 commits
  4. 06 Dec, 2019 18 commits