Commit 6bf0b7f3 by olly Committed by Oliver Woodman

Fix moe config II

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=166916769
parent b0df6dce
...@@ -16,12 +16,10 @@ ...@@ -16,12 +16,10 @@
package com.google.android.exoplayer2.source.dash.offline; package com.google.android.exoplayer2.source.dash.offline;
import android.net.Uri; import android.net.Uri;
import com.google.android.exoplayer2.util.ClosedSource;
/** /**
* Data for DASH downloading tests. * Data for DASH downloading tests.
*/ */
@ClosedSource(reason = "Not ready yet")
/* package */ interface DashDownloadTestData { /* package */ interface DashDownloadTestData {
Uri TEST_MPD_URI = Uri.parse("test.mpd"); Uri TEST_MPD_URI = Uri.parse("test.mpd");
......
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