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