Commit 5ef11233 by andrewlewis Committed by Oliver Woodman

Clarify @param bufferSizeContribution documentation.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=112127698
parent 59cf3e02
......@@ -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.
*/
......
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