mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
fix edit dates for enum support
This commit is contained in:
parent
9785b4ff0b
commit
5fc22e32a8
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ import java.util.Map;
|
|||
* </ul>
|
||||
*
|
||||
* @author JSON.org
|
||||
* @version 2015-07-06
|
||||
* @version 2015-07-22
|
||||
*/
|
||||
public class JSONArray implements Iterable<Object> {
|
||||
|
||||
|
|
|
@ -92,7 +92,7 @@ import java.util.Set;
|
|||
* </ul>
|
||||
*
|
||||
* @author JSON.org
|
||||
* @version 2015-07-06
|
||||
* @version 2015-07-22
|
||||
*/
|
||||
public class JSONObject {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue