1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

Update JSONObject.java

Forgot to update date of last change
This commit is contained in:
Sean Leary 2016-05-02 22:11:20 -05:00
parent ebf08f5651
commit cad23423ab

View file

@ -86,7 +86,7 @@ import java.util.Map.Entry;
* </ul> * </ul>
* *
* @author JSON.org * @author JSON.org
* @version 2016-03-05 * @version 2016-05-01
*/ */
public class JSONObject { public class JSONObject {
/** /**