mirror of
https://github.com/github/codeql.git
synced 2026-01-01 00:27:24 +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; }
|
|
}
|