Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
302 B
Java
Raw Permalink Normal View History

package fixtures;
class Docs {
/**
* @param blob the blob
* @param timeoutMs how long to wait before abandoning the read; the caller
* owns retrying, because only it knows whether the operation is
* idempotent
*/
void download(Blob blob, long timeoutMs) {}
}