API cleanups, fix #1660 and #1680 for JSON, plus #1734 for Table

This commit is contained in:
Ben Fry
2013-04-28 20:43:49 -04:00
parent 3ab855e69a
commit b56459d14f
6 changed files with 166 additions and 147 deletions

View File

@@ -129,7 +129,6 @@ public class JSONObject {
* undefined.
*/
private static final class Null {
/**
* There is only intended to be a single instance of the NULL object,
* so the clone method returns itself.