mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
12 lines
246 B
Java
Generated
12 lines
246 B
Java
Generated
// Generated automatically from org.json.JSONStringer for testing purposes
|
|
|
|
package org.json;
|
|
|
|
import org.json.JSONWriter;
|
|
|
|
public class JSONStringer extends JSONWriter
|
|
{
|
|
public JSONStringer(){}
|
|
public String toString(){ return null; }
|
|
}
|