Commit 2675d03b by eguven Committed by Oliver Woodman

Fix typo

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=188327736
parent 81417e10
...@@ -237,7 +237,8 @@ public class DefaultLoadControl implements LoadControl { ...@@ -237,7 +237,8 @@ public class DefaultLoadControl implements LoadControl {
boolean prioritizeTimeOverSizeThresholds, boolean prioritizeTimeOverSizeThresholds,
PriorityTaskManager priorityTaskManager) { PriorityTaskManager priorityTaskManager) {
assertGreaterOrEqual(bufferForPlaybackMs, 0, "bufferForPlaybackMs", "0"); assertGreaterOrEqual(bufferForPlaybackMs, 0, "bufferForPlaybackMs", "0");
assertGreaterOrEqual(bufferForPlaybackAfterRebufferMs, 0, "bufferForPlaybackMs", "0"); assertGreaterOrEqual(
bufferForPlaybackAfterRebufferMs, 0, "bufferForPlaybackAfterRebufferMs", "0");
assertGreaterOrEqual(minBufferMs, bufferForPlaybackMs, "minBufferMs", "bufferForPlaybackMs"); assertGreaterOrEqual(minBufferMs, bufferForPlaybackMs, "minBufferMs", "bufferForPlaybackMs");
assertGreaterOrEqual( assertGreaterOrEqual(
minBufferMs, minBufferMs,
......
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