Commit 9e3e6190 by olly Committed by Oliver Woodman

Remove stray line break (ineffectively busy).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=111507159
parent 18927795
......@@ -111,8 +111,7 @@ public class MediaPresentationDescriptionParser extends DefaultHandler
String typeString = xpp.getAttributeValue(null, "type");
boolean dynamic = (typeString != null) ? typeString.equals("dynamic") : false;
long minUpdateTimeMs = (dynamic) ? parseDuration(xpp, "minimumUpdatePeriod", -1) : -1;
long timeShiftBufferDepthMs = (dynamic) ? parseDuration(xpp, "timeShiftBufferDepth", -1)
: -1;
long timeShiftBufferDepthMs = (dynamic) ? parseDuration(xpp, "timeShiftBufferDepth", -1) : -1;
UtcTimingElement utcTiming = null;
String location = null;
......
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