Skip to content

Commit b676742

Browse files
author
Douglas Crockford
committed
none
1 parent dedbd0d commit b676742

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

None.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package org.json;
2+
3+
public interface None {
4+
/**
5+
* Negative One
6+
*/
7+
public static final int none = -1;
8+
9+
}

0 commit comments

Comments
 (0)