mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
14 lines
330 B
Java
Generated
14 lines
330 B
Java
Generated
// Generated automatically from org.json.HTTP for testing purposes
|
|
|
|
package org.json;
|
|
|
|
import org.json.JSONObject;
|
|
|
|
public class HTTP
|
|
{
|
|
public HTTP(){}
|
|
public static JSONObject toJSONObject(String p0){ return null; }
|
|
public static String CRLF = null;
|
|
public static String toString(JSONObject p0){ return null; }
|
|
}
|