Fix moe config II

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=166916769
This commit is contained in:
olly 2017-08-29 15:51:36 -07:00 committed by Oliver Woodman
parent b0df6dce98
commit 6bf0b7f3de

View file

@ -16,12 +16,10 @@
package com.google.android.exoplayer2.source.dash.offline;
import android.net.Uri;
import com.google.android.exoplayer2.util.ClosedSource;
/**
* Data for DASH downloading tests.
*/
@ClosedSource(reason = "Not ready yet")
/* package */ interface DashDownloadTestData {
Uri TEST_MPD_URI = Uri.parse("test.mpd");