This commit is contained in:
Douglas Crockford 2013-02-19 04:52:25 -08:00
parent dedbd0db46
commit b676742539

9
None.java Normal file
View File

@ -0,0 +1,9 @@
package org.json;
public interface None {
/**
* Negative One
*/
public static final int none = -1;
}