Commit 19a6f904 by andrewlewis Committed by Andrew Lewis

Reformat cast DemoUtil

PiperOrigin-RevId: 222978255
parent 1ce33362
......@@ -21,9 +21,7 @@ import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
* Utility methods and constants for the Cast demo application.
*/
/** Utility methods and constants for the Cast demo application. */
/* package */ final class DemoUtil {
public static final String MIME_TYPE_DASH = MimeTypes.APPLICATION_MPD;
......@@ -71,9 +69,7 @@ import java.util.List;
.setMedia("https://html5demos.com/assets/dizzy.mp4")
.buildAndClear());
SAMPLES = Collections.unmodifiableList(samples);
}
private DemoUtil() {}
}
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