mirror of
https://github.com/androidx/media.git
synced 2025-05-03 21:57:46 +08:00
Make ProgramInformation final.
This was likely an oversight when first importing #4930. PiperOrigin-RevId: 369199775
This commit is contained in:
parent
6550ea88ea
commit
4f145a83cf
@ -19,7 +19,7 @@ import androidx.annotation.Nullable;
|
|||||||
import com.google.android.exoplayer2.util.Util;
|
import com.google.android.exoplayer2.util.Util;
|
||||||
|
|
||||||
/** A parsed program information element. */
|
/** A parsed program information element. */
|
||||||
public class ProgramInformation {
|
public final class ProgramInformation {
|
||||||
/** The title for the media presentation. */
|
/** The title for the media presentation. */
|
||||||
@Nullable public final String title;
|
@Nullable public final String title;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user