Commit 4f145a83 by tonihei Committed by Oliver Woodman

Make ProgramInformation final.

This was likely an oversight when first importing #4930.

PiperOrigin-RevId: 369199775
parent 6550ea88
......@@ -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;
......
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