mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +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;
|
||||
|
||||
/** A parsed program information element. */
|
||||
public class ProgramInformation {
|
||||
public final class ProgramInformation {
|
||||
/** The title for the media presentation. */
|
||||
@Nullable public final String title;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user