This commit is contained in:
Douglas Crockford 2013-04-19 10:50:05 -07:00
parent b883a848a6
commit 72cde1ff04

View File

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