mirror of
https://github.com/github/codeql.git
synced 2026-08-03 17:03:02 +02:00
12 lines
211 B
Java
Generated
12 lines
211 B
Java
Generated
// Generated automatically from okhttp3.internal.cache.CacheRequest for testing purposes
|
|
|
|
package okhttp3.internal.cache;
|
|
|
|
import okio.Sink;
|
|
|
|
public interface CacheRequest
|
|
{
|
|
Sink body();
|
|
void abort();
|
|
}
|