more API cleanups for consistency

This commit is contained in:
Ben Fry
2013-04-28 14:17:29 -04:00
parent 4fd831fb89
commit c7702c9b61
14 changed files with 197 additions and 122 deletions

View File

@@ -38,7 +38,7 @@ SOFTWARE.
* @author JSON.org
* @version 2012-02-16
*/
public class JSONTokener {
class JSONTokener {
private long character;
private boolean eof;