mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
12 lines
231 B
Java
Generated
12 lines
231 B
Java
Generated
// Generated automatically from javax.json.JsonMergePatch for testing purposes
|
|
|
|
package javax.json;
|
|
|
|
import javax.json.JsonValue;
|
|
|
|
public interface JsonMergePatch
|
|
{
|
|
JsonValue apply(JsonValue p0);
|
|
JsonValue toJsonValue();
|
|
}
|