mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-18 00:10:51 -07:00
none
This commit is contained in:
parent
dedbd0db46
commit
b676742539
1 changed files with 9 additions and 0 deletions
9
None.java
Normal file
9
None.java
Normal file
|
@ -0,0 +1,9 @@
|
|||
package org.json;
|
||||
|
||||
public interface None {
|
||||
/**
|
||||
* Negative One
|
||||
*/
|
||||
public static final int none = -1;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue