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