mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
11 lines
198 B
Java
Generated
11 lines
198 B
Java
Generated
// Generated automatically from org.reactivestreams.Subscription for testing purposes
|
|
|
|
package org.reactivestreams;
|
|
|
|
|
|
public interface Subscription
|
|
{
|
|
void cancel();
|
|
void request(long p0);
|
|
}
|