Skip to content

Commit 5fc22e3

Browse files
committed
fix edit dates for enum support
1 parent 9785b4f commit 5fc22e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

JSONArray.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ of this software and associated documentation files (the "Software"), to deal
7676
* </ul>
7777
*
7878
* @author JSON.org
79-
* @version 2015-07-06
79+
* @version 2015-07-22
8080
*/
8181
public class JSONArray implements Iterable<Object> {
8282

JSONObject.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ of this software and associated documentation files (the "Software"), to deal
9292
* </ul>
9393
*
9494
* @author JSON.org
95-
* @version 2015-07-06
95+
* @version 2015-07-22
9696
*/
9797
public class JSONObject {
9898
/**

0 commit comments

Comments
 (0)