Commit e6d32d3f by Nicola Verbeeck

Updated formatting

parent fbef465c
...@@ -162,9 +162,9 @@ public final class DashMediaSource extends BaseMediaSource { ...@@ -162,9 +162,9 @@ public final class DashMediaSource extends BaseMediaSource {
* @throws IllegalStateException If one of the {@code create} methods has already been called. * @throws IllegalStateException If one of the {@code create} methods has already been called.
*/ */
public Factory setDefaultLivePresentationDelayMs(long defaultLivePresentationDelayMs) { public Factory setDefaultLivePresentationDelayMs(long defaultLivePresentationDelayMs) {
Assertions.checkState(!isCreateCalled); Assertions.checkState(!isCreateCalled);
this.defaultLivePresentationDelayMs = defaultLivePresentationDelayMs; this.defaultLivePresentationDelayMs = defaultLivePresentationDelayMs;
return this return this;
} }
/** /**
......
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