From 5ef11233919775184f0c4d0e1fd6c8bb3e6b2dac Mon Sep 17 00:00:00 2001 From: andrewlewis Date: Thu, 14 Jan 2016 00:58:57 -0800 Subject: [PATCH] Clarify @param bufferSizeContribution documentation. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=112127698 --- .../src/main/java/com/google/android/exoplayer/LoadControl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/main/java/com/google/android/exoplayer/LoadControl.java b/library/src/main/java/com/google/android/exoplayer/LoadControl.java index d7b2091ccd..12d8578efa 100644 --- a/library/src/main/java/com/google/android/exoplayer/LoadControl.java +++ b/library/src/main/java/com/google/android/exoplayer/LoadControl.java @@ -26,7 +26,7 @@ public interface LoadControl { * Registers a loader. * * @param loader The loader being registered. - * @param bufferSizeContribution For controls whose {@link Allocator}s maintain a pool of memory + * @param bufferSizeContribution For instances whose {@link Allocator} maintains a pool of memory * for the purpose of satisfying allocation requests, this is a hint indicating the loader's * desired contribution to the size of the pool, in bytes. */