mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 22:29:18 +01:00
more API cleanups for consistency
This commit is contained in:
@@ -38,7 +38,7 @@ SOFTWARE.
|
||||
* @author JSON.org
|
||||
* @version 2012-02-16
|
||||
*/
|
||||
public class JSONTokener {
|
||||
class JSONTokener {
|
||||
|
||||
private long character;
|
||||
private boolean eof;
|
||||
|
||||
Reference in New Issue
Block a user