Make ProgramInformation final.

This was likely an oversight when first importing #4930.

PiperOrigin-RevId: 369199775
This commit is contained in:
tonihei 2021-04-19 13:17:01 +01:00 committed by Oliver Woodman
parent 6550ea88ea
commit 4f145a83cf

View File

@ -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;